Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1409336
    Itwebdevelopment
    Participant

    Hi on my homepage I have this weird line that is showing under my slider when it does it’s animation. I’d like to remove it. here it is:

    https://gyazo.com/6a029dcb8d16aa827a6f5fc021bea863

    Here is the website link:

    https://www.dzdrones.com/

    Please help me remove the line.

    Thanks!!

    #1409375
    Christian
    Moderator

    Hey there,

    Please add the code below in your Custom CSS in Appearance > Customize

    .home .x-colophon.top {
        border-top: 0;
    }

    If you want to remove it site-wide, use the code below

    .x-colophon.top {
        border-top: 0;
    }

    Thanks.

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