"read more" hover status
-
hi everyone!
i really hope that someone can help me out with this problem.. thank you all in advance.
I would like to know, how do I remove the hover style from the “read more” link.
(I want to remove the green background on any “read more” link)
u can check how it is in my 2nd post..
best,
PEdro
The blog I need help with is changinglinesblog.wordpress.com.
This will do it.
.post-content p a:hover, .post-content li a:hover, .post-content table a:hover {
background: none;
}
I just would like to remove the green hover style form the “read more” link.
the others links I would like to keep them that way.
:/
Oops, sorry.
a:hover.more-link {
background: none !important;
}
Glad that worked for you.
Do you know how to do the same, but now for the images that I post?
I want to remove the hover style from any image.
hover style is acting on any link in the main column, but i want to remove hover style JUST from the images.
check my third post for example..
thanks
You know, I can’t figure out how to do this without taking away the hover effect on normal text links. Normally image links are style separately under img:hover, but not in this case.
The topic ‘"read more" hover status’ is closed to new replies.