Home Forums Space themes support forum Border Nav Menu

Border Nav Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #576009

    Vlad
    Participant

    Hello! How do I remove the border? (https://prnt.sc/X_5vviF-cTLG)
    it should be like this https://prnt.sc/gNIZVJgEwirx

    • This topic was modified 5 days, 1 hour ago by Vlad.
    • This topic was modified 5 days, 1 hour ago by Vlad.
    #576191

    Jean-Michel
    Participant

    Hi,
    What is your shop URL?
    Best regards

    #576195

    Jean-Michel
    Participant

    Try adding this code to Theme Settings Global CSS.
    Increase or decrease the padding-bottom value to adjust the height.

    .xts-nav.xts-style-separated>li:after {
    border-width: 0px;
    padding-bottom: 0.5px;
    }

    #576959

    Luke Nielsen
    Keymaster

    Hello,

    Sorry for the delay.

    Use the below code to disable the border:

    .wd-header-cats .wd-dropdown-cats .wd-design-default>li:not(:last-child) {
        border-bottom: none;
    }

    Define it in Theme Settings -> Custom CSS.

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)