Home Forums Basel support forum text-decoration on Sidebar

text-decoration on Sidebar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #61183

    Giulio
    Participant

    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!

    #61245

    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

    #61306

    Giulio
    Participant

    Hi Elise, thank you. It works only with others widget on the sidebar, but not with the link inserted inside the banner.

    #61311

    Artem Temos
    Keymaster

    Hi,

    Use the following CSS code

    .widget-area .banner-inner a:hover {
    	text-decoration: none;
    }
    #61315

    Giulio
    Participant

    Great!

    #61323

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘text-decoration on Sidebar’ is closed to new replies.