Change font color in PHOTONATURE theme

Latest Reply from Alice at 2014-02-21 04:19:39
Hello,

I try to change font color in the themes PhotoNature.

I change the color in style.css and in ie.css, but without success.

I would change color #FFD329(yellow) to #F58220 (Orange).

Anyone know how to do...

Thanks
I would chage the font color of the menu and title of each page.
To change the color of menu items you have to edit the following code in the file style.css:
#secondarymenu a {
padding:5px 9px;
font-size:15px;
color: #fff;
}

and:
#mainmenu li {
position:relative;
}
#mainmenu li a:hover{
color:#ffd329;
}

To change the color of post/page title you have to edit this code:
a.post_ttl, .post-caption h1 {
color:#ffd329;
font-size:26px;
font-family: 'Conv_bauhaus93';
text-transform:uppercase;
}

Leave a reply

Add codeAdd image