Navigation bar - hiding elements

Please see my page: https://varmalasku.fi/ and the navigation bar. Can I some how hide the lines around the navigation bar and also the hover “button” that comes, when I hover on the link text?

Also, I have tried to make more space between the link words in the Theme options. Now of the px between the links words. Any idea for that?

Thank you!

Hi Anni,

Thanks for reaching out.

Since the styling is based on stack then please add this CSS to Theme Options > CSS,

.x-navbar, .x-logobar, .x-navbar .desktop .x-nav>li>a>span {
border: 0px !important;
}

May I know which option you’re referring for link works spacing option? The one in Theme Options is for menu item alignment and spacing, not per word.

Thanks!

Thank you! The code is working.

I am referring the links in the navigation. They are so close to each other. I would like to add bit more space between all the four navigation/menu links.

Hi Anni,

Please navigate to Theme Options > Header > LINKS – ALIGNMENT > NAVBAR TOP LINK SPACING (PX) then adjust the spacing value, please note the you just need to put the number and remove the px:

Hope it helps :slight_smile:

Ah, yes. Now I got it :slight_smile:

Glad to hear that. Have a great day! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.