Sub menu - lines between the name of menu

Hello. How can I get rid of line between the name of menu? I am using x theme and “renew”.

Hey Claire,

There’s no option to remove that because it’s the theme’s design. This would need custom CSS which is outside the scope of our support to write. Because this is just a minor cosmetic change though, I’ll guide you to remove it. Add the code below in Theme Options > CSS.

.x-navbar .desktop .sub-menu li:before, .x-navbar .desktop .sub-menu li:after {
    display: none;
}

Just remember that writing custom code is outside the scope of our support. It’s possible that we deny further customization requests so for parts of the theme with no options available, you need to learn CSS and also how to use the browser’s element inspector so you’d be able to customize your site using CSS.

Hope that helps and thank you for understanding.

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