Hi there,
i do not like the “Permalink Icon” and the color change when I do a mouseover of one of my picture entries in my blog. Is there a way to remove that? thansk a lot
Hey There,
Thanks for writing in!
Please add the following custom CSS in Global CSS section in Theme Options.
a.entry-thumb:hover img {
opacity: 1;
}
a.entry-thumb:hover:before {
opacity: 0;
}
Let us know how it goes.
Regards
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.