.nspArt h4.nspHeader a:hover

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
Sun Dec 28, 2014 6:28 pm
Reply with quote
Report this post
On my home page www.casino-online.bz I would get all the links with color: #C93638 and when mouse goes over the link I would keep such color: #C93638 (insted of changing to dark color). I do not want to change color when mouse goes over the link.

So I added to override.css this row:
.nspArt h4.nspHeader a:hover { color: #C93638; text-decoration: underline;}

For some link it works, in others no.
For example on the home page the link "Slot machine online vs slot da bar. Quali scegliere?" does not work.
Can you help me?
User avatar
Expert Boarder

teitbite
Sun Dec 28, 2014 7:05 pm
Reply with quote
Report this post
Hi

Try with this code:

Code: Select all
.nspArt h4.nspHeader a, .nspArt h4.nspHeader a:hover {
    color: #c93638 !important;
}
User avatar
Moderator


cron