Tagged: x Author Posts June 8, 2016 at 1:01 pm #1032381 MatthieuParticipant 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 ! June 8, 2016 at 1:02 pm #1032382 MatthieuParticipant This reply has been marked as private. June 8, 2016 at 3:55 pm #1032668 JoaoModerator 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 Author Posts <script> jQuery(function($){ $("#no-reply-1032381 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In