Change Color Of Home Page Title Text
-
I’m trying to change the color of the H2 text on my home page but when add the color to the css it does not make any changes.
I inspected it with firebug and there seems to be another css code over writing the css code I wrote. When I delete the problem code on firebug the text then changes to the desired color.
My problem is finding the problem causing css code. This is where firebug says the code is:
This is the code it shows. I just need to find it to delete the color:#000000
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
color: #000000;I have checked all my Style file in my theme and I cannot find where to make this change anywhere. I’m using DW to edit the site and its a Themeforest>Peekaboo Theme. Any suggestions as to where to find this css code will be greatly appreciated.
- The topic ‘Change Color Of Home Page Title Text’ is closed to new replies.