Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1118653
    charliesa
    Participant

    What I want is a black shadow (border) around the button text. I tried this…didn’t work.

    /* Text weight for buttons */
    .x-btn, .button, [type=”submit”] {
    font-weight: 600 !important;
    color: #fff !important;
    text-shadow: 0px 3px 2px #000;}

    #1118779
    Joao
    Moderator

    Hi There,

    Would you mind providing your URL and indicating where the button is located?

    Thanks

    Joao

    #1118833
    charliesa
    Participant
    #1119099
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    
    .x-btn, .button, [type="submit"] {
    text-shadow: none;
    }
    

    Hope it helps

    Joao

    #1119660
    charliesa
    Participant

    /* button shadow */
    .x-btn, ,a.x-btn, {
    text-shadow: 2px 2px #000;
    }

    /* Send in Contact Form and Submit on all entries */
    .button, input[type=”button”], input[type=”reset”], input[type=”submit”] {
    text-shadow: 2px 2px #000;
    font-size: 100%;
    }

    In the question, I asked for a black shadow. This CSS worked for me.

    #1119933
    Rad
    Moderator

    Thanks for sharing! Yes, that should be the CSS for adding text shadow.

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