Color of header

  • Hello,

    I would like to change the font colors to match with Paulie’s palette. What is the CSS tag for the two main colors of my actual header (blue/pink) ?

    Also, how can I change the link so as it appears in bold and not highlighted ?

    Thanks in advance for your help
    Candice

    The blog I need help with is: (visible only to logged in users)

  • Hello Candice, thank you for using our theme :)

    Yes, header color are blue: #b5ddda, and pink: #efceb6.

    About links in your content, add this CSS:

    .entry-summary a, .entry-content a, .comment-content a, a.comment-reply-link, .page-links a {
        font-weight: 700;
        border: none;
    }
    

    Thank you, hope this helps :)
    Ricardo P. from SiloCreativo

  • Hello Ricardo, 

    I realize that I forgot to thank you for your answer, so Thank you !!!
    I changed the colors according to the header. Unfortunately I’m not familiar with HTML therefore I don’t know how to add CSS to change the way links appear in my content. Is there another way, some option included in the theme parameters that I could change without having to go through the theme code ? I’m afraid I’m not very clear here…

    Thanks
    Candice

  • Hello there,

    unfortunately there are a lot of ways to customise or style the link element, so to have the control of all of those options, you should use CSS. Here you are some styles to get inspirited:

    Please, let us know if we can help you to generate a CSS to style your links.

    Thank you,
    Ricardo P.

  • The topic ‘Color of header’ is closed to new replies.