Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1032381
    Matthieu
    Participant

    Hey there,
    I can’t remove the text shadow from my buttons.
    I added the code below to the custom css :

    .x-btn {
      text-shadow: none;
    }

    What am I doing wrong ?

    Thank you for your help !

    #1032382
    Matthieu
    Participant
    This reply has been marked as private.
    #1032668
    Joao
    Moderator

    Hi There,

    use this code instead :

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

    You did quite right but as the button is wrapped on a tag<a> you need to put a in front.

    Hope that helps,

    Joao

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