change article title font color

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Thu Apr 10, 2014 10:59 pm
Hi, I am using AppsPro Tech. I am changing colors and other things but I don´t know why I can not change font color for the page title in articles. I found how change the hover color for this title but not the font color. I have changed (in firebug) a lot of options (h1, font color,etc) including this code:
article header h1 {
color: #443895 ;}
and nothing happens.

What should I do?
Thanks in advance,
Catalina
P.S. I am using the same fonts that in the quickstart theme.
User avatar
Fresh Boarder

GK User
Fri Apr 11, 2014 7:27 am
Could You please post an url to your site to an article?
User avatar
Moderator

GK User
Mon Apr 21, 2014 9:34 am
From what I see you have already changed all anchor links colour to with use of override.css.
Ig you would like to change only single article title, than use this css:
Code: Select all
article header h1 a {color: red;}

to change it's hover, use:
Code: Select all
article header h1 a:hover {color: red;}
User avatar
Moderator

GK User
Mon Apr 21, 2014 2:25 pm
Thanks a lot! And yes, I already changed the links.
User avatar
Fresh Boarder

GK User
Mon Apr 21, 2014 2:44 pm
Is there anything else I can help you with on this topic?
User avatar
Moderator

GK User
Mon Apr 21, 2014 2:55 pm
Everything is OK right now. Thanks a lot
User avatar
Fresh Boarder


cron