change color title article
Rate this topic: 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.
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.
-
- 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?
On which page do you want to change the color of article title on hover? And the most important - the article title is linked?
-
- 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
I would like to change the color of the title on mouseover of all articles
The title is linked
-
- 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;
}
-
- Moderator
- GK User
- Thu May 05, 2016 8:33 pm
- Reply with quote
- Report this post
ok perfect, thank you very much
-
- Junior Boarder
5 posts
• Page 1 of 1