Tagged: font colour, headers
Hi how do i change the default h3 font colour to #441647?
Thanks
Hi,
You can add this on quick CSS or custom.css
h3 {
color: #441646 !important;
}
Regards,
Ismael
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
You rock Ismael thank you.
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
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
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