Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #25899

    Hi how do i change the default h3 font colour to #441647?

    Thanks

    #128602

    Hi,

    You can add this on quick CSS or custom.css

    h3 {
    color: #441646 !important;
    }

    Regards,

    Ismael

    #128603

    Hi Ismael,

    To change the the weighting and size of the headers, what would I need to add to the CSS?

    I’ve already got coding in my custom.css for h1-h6 and it doesn’t seem to be applying it.

    Current website – http://etool.net.au/

    Thanks, Siobhan

    #128604

    You rock Ismael thank you.

    #128605

    Hey Siobhan,

    You’ve got the header selectors as classes which is incorrect. Just remove the period before h2,h3 etc in your Quick CSS.

    Regards,

    Devin

    #128606

    Hey Devin,

    Oh thanks! Just changed it and it works fine now.

    For the menu header, where can I find the CSS code for the size and weight of it? In the theme styling section there are just the option for font and colour.

    Thanks, Siobhan

    #128607

    Take a look at the video tutorial in this topic for using Firebug to identify and modify css: https://kriesi.at/support/topic/fyi-firebug-tutorial-for-wordpress-users

    That will help you with picking out specific classes and changing font, colors, weight, padding etc.

    Regards,

    Devin

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change h3 default colour’ is closed to new replies.