I want to change the color of the Additonal Headline tekst.
Can't seem to find it in the style1.css
Thanks
I want to change the color of the Additonal Headline tekst.
Can't seem to find it in the style1.css
Thanks
To change the color of headlines you please edit style1,style2 or style3.css depending on the style you're Avisio running with. I.e "Avisio - Default" uses style1.css.
You can edit the headline colors under "generic"
Example code:
/************************************************************************
generic
*************************************************************************/
h1, h1 a{ color:#666; }
h2, h2 a, #top .siteheading, #top .siteheading a{ color:#666; }
h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, strong{ color:#555; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
color:#333;
}You must log in to post.