Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1182519
    henrycluker
    Participant

    Hello,

    Is it possible to remove the top and bottom border of a custom menu widget in the sidebar of Ethos on X Theme? Could you provide me the CSS to do this?

    Thanks!

    #1182609
    Prasant Rai
    Moderator

    Hello There,

    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.

    #1183777
    henrycluker
    Participant
    This reply has been marked as private.
    #1184001
    Nico
    Moderator

    Hi There,

    Try adding this code:

    sidebar .widget div>ul>li:last-child, sidebar .widget div>ul>li:first-child{
    border:none;
    }

    Let us know how it goes.

    Thanks.

    #1184591
    henrycluker
    Participant

    No, this didn’t work, unfortunately.

    #1184638
    Thai
    Moderator

    Hi There,

    Please try with this CSS instead:

    .x-sidebar .widget ul li:last-child {
        border-bottom: none !important;
    }
    .x-sidebar .widget ul li:first-child {
        border-top: none !important;
    }

    Hope it helps 🙂

    #1185243
    henrycluker
    Participant

    Thank you!! That worked. Appreciate the help immensely.

    #1185262
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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