Removing the underline text-decoration on all links (a:hover)

  • Posted in : Bloggy WP
  • vinofanten
    Participant

    Hi.

    I want to change text-decoration from underline to none for alle a:hover links. Which css code to I add in the custom css field?

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .widget-area a:hover {
        border-bottom: 0;
    }
    
    vinofanten
    Participant

    Thank you! It worked.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register