Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #64810
    iamarcomicera
    Participant
    Premium Member

    Hi, I would like to make the following changes if possible:

    1. Add localization in blog posts, with the respective icon.

    2. Customize the READ MORE buttons, I would like them to be completely black with white fonts.

    3. I would like the text of the posts centered only on the home page of the blog.

    4. Add new sharing icons, since they are very few, and some useless (like google + closed for a long time now!)

    I hope you can help me, thank you!

    #64815
    vako
    Keymaster
    WP Royal Team

    Hi @iamarcomicera

     

    At first, thank you for choosing our theme and service.

    1. Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.

    2 and 3.  Please share your website URL and we will check for possible solutions.

    4. Unfortunately it’s not possible with the theme options, please try to use some other 3rd party plugins to get the result.

     

    Kind Regards

    #64819
    iamarcomicera
    Participant
    Premium Member

    Hi, thanks for the answer.

    The ones I listed are not issues, I would like to make these customizations with CSS changes.

    1. I would like the location with its icon to appear in the posts, for example as inLocation icon in the post attached photo.

    2. 3. The url of my website: https://iamarcomicera.altervista.org/?doing_wp_cron=1636219299.6143209934234619140625

    #64820
    iamarcomicera
    Participant
    Premium Member
    #64826
    vako
    Keymaster
    WP Royal Team

    Hi @iamarcomicera

     

    1. Unfortunately it’s not possible with the theme options, please try to use some other 3rd party plugins to get the result.

    2 and 3. Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .read-more a {
    
    color: #fff;
    
    background: #000;
    
    }
    
    .read-more a:hover {
    
    color: #fff;
    
    }
    
    .blog .post-content p {
    
    text-align: center !important;
    
    }

     

    Kind Regards

    #64831
    iamarcomicera
    Participant
    Premium Member

    Thank you, is it possible to have a CSS rule to also change the color of the category title in the sliders?

    #64840
    vako
    Keymaster
    WP Royal Team

    Hi @iamarcomicera

     

    Sure, please share with us the colour you want to be added and we will send you a CSS snippet.

     

    Kind Regards

    #64846
    iamarcomicera
    Participant
    Premium Member

    I would like the category title in the sliders to be BLACK.

    Thank you.

    #64849
    vako
    Keymaster
    WP Royal Team

    Hi @iamarcomicera

     

    We can’t see any categories to be presented on the sliders, can you please share the screenshot if we are missing any part of it?

     

    Kind Regards

    #64850
    iamarcomicera
    Participant
    Premium Member

    Hi, the category in the slides was disabled. Can you try again?

    Thank you.

    #64853
    vako
    Keymaster
    WP Royal Team

    Hi @iamarcomicera

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .slider-categories a {
    
    color: #000 !important;
    
    }

     

    Kind Regards

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.