Home › Forums › Basel support forum › text-decoration on Sidebar › Reply To: text-decoration on Sidebar
June 5, 2018 at 7:51 am
#61311
Artem Temos
Keymaster
Hi,
Use the following CSS code
.widget-area .banner-inner a:hover {
text-decoration: none;
}