Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1278713
    Melissa437
    Participant

    hi there!

    How can i remove the grey border on the top nav panel in Icon?

    Thanks so much!!!!!

    https://dolcelussocakes.mystagingwebsite.com/

    #1278760
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    There seems to be an active under construction page. Kindly provide us with the admin details to your site so that we’ll able to check this further.

    Thank you.

    #1278771
    Melissa437
    Participant
    This reply has been marked as private.
    #1278794
    Prasant Rai
    Moderator

    Hello There,

    Thanks for sharing the login details.

    Please add following CSS under Custom > CSS in the Customizer:

    .x-navbar {
        border: 0 !important;
    }
    
    .x-logobar {
        border: 0 !important;
    }

    Thanks.

    #1278803
    Melissa437
    Participant

    I tried that but it doesn’t appear to work, there is also a grey box border throughout the site as I have switched over to ‘boxed’ …can I remove this?

    It is also around the “blockquote”

    Thanks so much!!

    #1278886
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    It looks like you havent added the code. I have tested the CSS on my end it’s working fine. Would you mind confirming again?

    http://prntscr.com/deivgt

    You can use following CSS to remove border throughout website:

    div#top {
        border: 0 none !important;
    }

    Thanks.

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