• Resolved hjula

    (@hjula)


    On my navigation menu bar I cannot change the color of lines that show up in between menu items. I don’t see the setting anywhere to change the color or get rid of these lines. I want the lines to disappear and be the same color as the menu background color.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @hjula,

    Add the below CSS code in additional CSS for that Go to Dashbaord >> Appearance >> Customize >> Additional CSS >> Paste the below CSS code >> Publish it.

    .main-navigation a {
        border-right: none;
    }

    Thanks.

    Thread Starter hjula

    (@hjula)

    Thank you for your reply. I did as you mentioned and I still have the green lines on my main navigation menu.
    Take a look at my website:
    https://www.imagesolutionslawn.com

    thank you for your help.

    Theme Author VW THEMES

    (@vowelweb)

    Hello @hjula,

    We have done the changes in the CSS code please add the below CSS code in additional CSS for that Go to Dashboard >> Appearance >> Customize >> Additional CSS >> paste the below CSS code >> Publish it.

    .main-navigation li {
        border-left: none;
    }
    .main-navigation li:last-child {
        border-right: none;
    }

    Thanks.

    Thread Starter hjula

    (@hjula)

    Thank you it worked! Very grateful for your help.

    Theme Author VW THEMES

    (@vowelweb)

    Hello @hjula,

    Most Welcome, If you have any other query please let us know, we will be happy to help you.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Lines in between menu items.’ is closed to new replies.