Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #892430
    bak
    Participant

    Hi I want to globally remove the link underline and for that purpose I use:

    a {
    text-decoration: none !important;
    }

    Unfortunately I cannot see that the line is removed. Kindly let me know what the problem ist

    #892435
    bak
    Participant
    This reply has been marked as private.
    #892961
    Prasant Rai
    Moderator

    Hello Bak,

    Thanks for writing in!

    Please replace it with following under Custom > CSS in the Customizer:

    
    a u {
        text-decoration: none !important;
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-892430 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>