Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1348047
    fatheaddrummer
    Participant

    Hi There,

    Could you help me getting rid of the red square around the botton above the fold?
    It appears, when the button is clicked.
    I’d like to remove it generally by the way.

    https://www.staging2.diamond-precision-studio.com/mixing/about-mix-mastering-service/

    Thank you very much!

    Cheers, Christian

    #1348070
    Prasant Rai
    Moderator

    Hello Christian,

    Thanks for writing in!

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

    .x-btn:hover, .button:hover, [type="submit"]:hover {
        border-color: #c28c47;
    }

    Thanks.

    #1348900
    fatheaddrummer
    Participant

    Thanks a lot! It didn’t work unfortunately! Could we try another code?
    Thanks!!

    #1349220
    Rue Nel
    Moderator

    Hello There,

    Sorry if it didn’t workout for you. Please us this code instead:

    .x-btn:focus, .button:focus, [type="submit"]:focus,
    .x-btn:active, .button:active, [type="submit"]:active {
        outline: none;
    }

    Hope this helps. Please let us know how it goes.

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