Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1251015
    Sharpleft
    Participant

    And this didn’t work:

    .x-callout { background-color: none; }

    #1251023
    Sharpleft
    Participant

    I got close with this:

    .x-callout {
    background-color: #121212;
    }
    .x-callout:before{
    display: none;
    }

    but there is still a 1pt border around the whole thing.

    #1251146
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

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

    Thanks.

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