Problem with Custom CSS

Posted in: Newsmag
Post count: 21

Hello,

I am trying to change the hover effect for article titles on my homepage and sidebar. I would like to have the ‘underline’ effect instead of colour change.

I tried putting the following code in my custom CSS but it doesn’t seem to work:

media=”all”
a:hover {
text-decoration: underline !important;
}

Any suggestions?

Post count: 3343

Hi,

Try this CSS:

.td_module_wrap a:hover {
text-decoration: underline !Important;
}

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.