changing header font colours

Home Forums Use Any Fonts changing header font colours

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2242
    marc louis
    Guest

    First of all, I have to thank you for simplifying adding web fonts with your plugin, it’s really great to use.

    I have been able to change the body text colour by adding
    body {
    color:#137c15;
    }
    To the custom.css
    This font is not controlled by “use any font”

    h1, h2 & h3 are controlled by “use any font” (very cool), but adding
    h2 {
    color:#763233;
    }
    Does not change the intended headers color.
    tant

    #2244
    Dinesh
    Keymaster

    Hi Marc,

    Can you send me your site url ? I will check it in deep and let you know the problem.

    Thanks

    #2248
    marc louis
    Guest

    i see me have the right colour on some of the heading, but the headings of articals as you can see are still black (not red)
    url http://www.marclouis.com

    #2249
    marc louis
    Guest

    please ignore, it seems even with “use any font” disabled, i have the h1 font colour issue, having disabled all the plugins now, it must be the Template, which is odd as it had worked up untill now.
    Sorry to have wasted your time.

    #2251
    Dinesh
    Keymaster

    Hi Marc,

    That’s fine. Please use
    h2 {
    color:#763233 !important;
    }

    in your custom css. This should fix the color issues. !important states to take it as priority.

    Hope this helps.

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘changing header font colours’ is closed to new replies.