Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #988725
    Laura83s
    Participant

    Hey,

    do you know how can I delete the shadow line just before the footer?

    See my screenshot.

    Thanks!

    #989024
    Prasant Rai
    Moderator

    Hello Laura,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #989111
    Laura83s
    Participant
    #989116
    Rupok
    Member

    Hi Laura,

    Thanks for providing URL. You can add this under Custom > CSS in the Customizer.

    .x-colophon {
      box-shadow: none;
    }

    If you want to remove the border as well, use this instead :

    .x-colophon {
      border: medium none;
      box-shadow: none;
    }

    Hope this helps.

    Cheers!

    #989165
    Laura83s
    Participant

    Perfect! Many thanks!

    #989194
    Lely
    Moderator

    You’re welcome!

    Cheers!

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