Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1366044
    kenyamawusi99
    Participant

    Hi:

    How do I get rid of the underline in my global button style?

    #1366047
    kenyamawusi99
    Participant
    This reply has been marked as private.
    #1366074
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    
    footer.x-colophon.top a.x-btn {
        text-decoration: none;
    }

    Thanks.

    #1366111
    kenyamawusi99
    Participant

    It didn’t seem to work. Do you have an idea that will edit all of the buttons?

    #1366210
    Joao
    Moderator

    Hi There,

    Please add the following code instead:

     a.x-btn {
        text-decoration: none;
    }

    Hope it helps

    Joao

    #1366589
    kenyamawusi99
    Participant

    I’m sorry, the underline is still there.

    #1366746
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Both the codes are working fine on my end. Can you please try following code and let us know how it goes:

     a.x-btn {
        text-decoration: none !important;
    }

    Thanks.

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