How do I change the color and/or font of h2 – h5?
-
h2 {
font: normal 18px/24px arial;
}h3 {
font: bold 16px/22px georgia;
}h4 {
font: italic 14px/18px tahoma;
}h5 [
font: ;
}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!
@Hyperspace Geek, it is css code. Not HTML
Graphene Options –> Display —> custom CSS
I just place the following CSS code where you mentioned but it doesn’t have any effect
h4 {
color: #fff;
}
ModI 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:
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.