How do I change the color and/or font of h2 – h5?

  • Corine

    #4188

    Dear support team,

    How do I change the color of h2 – h5? I have looked everywhere on this forum but probably missed it. Could you please help me?

    Thanks!

    Corine

    Anonymous

    #27537
    h2 {
    font: normal 18px/24px arial;
    }

    h3 {
    font: bold 16px/22px georgia;
    }

    h4 {
    font: italic 14px/18px tahoma;
    }

    h5 [
    font: ;
    }

    Hyperspace Geek

    #27538

    Hi Prasanna,

    I too need to know how to change the color of my Headings. I changed my background to black so now my headings are hard to see.

    Where would the html code above be placed?

    Thanks!

    Anonymous

    #27539

    @Hyperspace Geek, it is css code. Not HTML

    Graphene Options –> Display —> custom CSS

    Hyperspace Geek

    #27540

    I just place the following CSS code where you mentioned but it doesn’t have any effect

    h4 {

    color: #fff;

    }

    Corine

    #27541

    Dear team,

    I am still having the same problem namely the changing of the colors of my headings. I don’t know much coding so could you please tell me which code I should put where?

    Thank you!

    Mod

    Kenneth John Odle

    #27542

    I just place the following CSS code where you mentioned but it doesn’t have any effect

    h4

    This is for a level 4 heading. If you don’t have any of those in your posts/pages, you won’t notice any changes.

    If you do, then refresh your browser cache, empty your server cache (if you are using a caching plugin) and view your site again.

    I don’t know much coding

    Start here:

    http://www.w3schools.com/css/css_syntax.asp

    and here:

    http://www.w3schools.com/css/css_text.asp

    Corine

    #27543

    Great, thank you! Last question…. where should I put it?

    Anonymous

    #27544

    In your child theme style sheet or in Graphene Options –> Display —> custom CSS

Viewing 9 posts - 1 through 9 (of 9 total)

  • You must be logged in to reply to this topic.