text-decoration on Sidebar
-
Hi there,
I’d like to do something like this:
.footer-column a:hover{
text-decoration:none!important;
}
on a HTML Block inside sidebar. How can I do it?
Thank you!
Hello,
Please try this CSS:
.sidebar-widget li a:hover {
text-decoration: none;
}
If it does not work provide your site admin access.
Best Regards
Hi Elise, thank you. It works only with others widget on the sidebar, but not with the link inserted inside the banner.
Hi,
Use the following CSS code
.widget-area .banner-inner a:hover {
text-decoration: none;
}
If you have any questions please feel free to contact us.
Best Regards
The topic ‘text-decoration on Sidebar’ is closed to new replies.