Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #267938
    xaviergilles
    Participant

    Hi

    I’m using the free version of shutter up theme
    I can’t change post title color.
    How to ?

    #267967
    Skandha
    Participant

    @xaviergilles: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-post .custom-header-content .entry-title {
        color: #f23456;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #267982
    xaviergilles
    Participant

    Hi
    Thank you for this but it doesn’t do anything.
    It seem’s the theme is blocking CSS or something like that, I tried several additional CSS, none was morking.

    #267984
    Skandha
    Participant

    @xaviergilles: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #267993
    xaviergilles
    Participant
    #267994
    Skandha
    Participant

    @xaviergilles: Hello there,
    Please replace the above CSS Code with the following.

    .blog .custom-header-content .entry-title {
        color: #f23456;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #268000
    xaviergilles
    Participant

    It doesn’t work out, 😥

    #268080
    Skandha
    Participant

    @xaviergilles: Hello there,
    You seem to have used the color #ffffff which is White and it seems to be working. Please trying change the color in the CSS Code.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #268084
    xaviergilles
    Participant

    Hi

    I try with EBE3E1, it doesn’t change the color.

    The color is OK (white) into the article but not on the mentionned page where they all are.

    #268094
    Skandha
    Participant

    @xaviergilles: Hello there,
    I checked the page https://www.xaviergilles.fr/photographie/ and the text Photographie is changed to color #EBE1E1.

    Isn’t this what you want?
    Let me know on which page you want to change the post title color.
    Kind Regards,
    Skandha

    #268126
    xaviergilles
    Participant

    Oh ! All right, I see…
    I’m not talking about the page title, but the title for each article, under each photo (it’s hard to see them)

    here

    #268212
    Skandha
    Participant

    @xaviergilles: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog article .entry-title a {
        color: #EBE3E1;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #268221
    xaviergilles
    Participant

    It works !
    My children’s children will celebrate your name in many years to come !
    Thank you so much !

    #268280
    Skandha
    Participant

    @xaviergilles: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/shutter-up/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #268311
    xaviergilles
    Participant

    Right away !

    #268316
    Skandha
    Participant

    @xaviergilles: Thank you for your wonderful review. Let me know if you come across anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘How to change post title color ?’ is closed to new replies.