change color title article

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Apr 26, 2016 9:42 pm
Reply with quote
Report this post
hello,

how can I change the color of title of article when you over on it with the mouse?
I changed the existing color with what I want in css style1.css but the color of title of article does not change.
User avatar
Junior Boarder

GK User
Wed Apr 27, 2016 8:26 pm
Reply with quote
Report this post
Hello,

On which page do you want to change the color of article title on hover? And the most important - the article title is linked?
User avatar
Moderator

GK User
Wed May 04, 2016 9:09 pm
Reply with quote
Report this post
sorry for the late reply I have not received any emails that I avvisasse of reply

I would like to change the color of the title on mouseover of all articles

The title is linked
User avatar
Junior Boarder

GK User
Thu May 05, 2016 9:12 am
Reply with quote
Report this post
Please try to add the following CSS code (with changed color property) to template settings -> Advanced Settings -> Custom CSS code option:

Code: Select all
article header h1 a:hover,
article header h2 a:hover {
    color: #f7683a;
}
User avatar
Moderator

GK User
Thu May 05, 2016 8:33 pm
Reply with quote
Report this post
ok perfect, thank you very much
User avatar
Junior Boarder


cron