Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1298103
    Smarticle
    Participant

    Hey,

    I just wanna make the border of the Promo Element white (instead of grey) or make it disappear completely. Could you point me in the right direction, please?

    Team

    Cheers in advance.

    Mark

    #1298116
    Paul R
    Moderator

    Hi Mark,

    To remove it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    body .x-promo {
       border:0;
       box-shadow:none !important;
    }
    

    Hope that helps.

    #1299432
    Smarticle
    Participant

    Hey Paul,

    Thanks for getting back to me. Didn’t quite work because it totally eliminated the shadow I’d added as well. But I removed “box-shadow: none” and swapped “border:” for “border-color: rgb(XYZ)” And job done!

    😉

    #1299438
    Joao
    Moderator

    Glad to hear it 🙂

    Joao

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