Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1115007
    Alex
    Participant

    Hi team,

    I’m getting a white line on my website below revslider since my last update and can’t figure out why. Can you help me out please ?

    #1115008
    Alex
    Participant
    This reply has been marked as private.
    #1115230
    Christian
    Moderator

    Hey Alex,

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

    .page-template-template-blank-3-php .x-slider-container.above, .page-template-template-blank-6-php .x-slider-container.above {
        border-bottom: 0;
    }

    Hope that helps. 🙂

    #1116613
    Alex
    Participant

    Hi guys, unfortunately that didnt do the job, I still have the white line…

    Any other ideas ?

    Cheers,

    Alex

    #1116784
    Rupok
    Member

    Hey Alex,

    The code should work if you add correctly. I can’t see the code on your site. So maybe your other code was not closed properly and preventing this to be generated correctly. Let’s try again this :

    .page-template-template-blank-3-php .x-slider-container.above, .page-template-template-blank-6-php .x-slider-container.above {
      border: medium none !important;
    }

    By the way, your website looks nice and clean. Great job done!

    Cheers!

    #1120325
    Alex
    Participant

    Hi Team,

    Definitely not showing up… all other tags are closed too…

    Feel free to check for yourself.

    Any other suggestions ?

    Cheers,

    Alex

    #1120702
    Christopher
    Moderator

    Hi there,

    Upon checking your code, you didn’t close curly bracket for media query rule.
    Please update your code to :

    @media (max-width: 979px) {
    .masthead-inline .x-btn-navbar {
         display:none !important;
    }
    }

    Hope it helps.

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