Divider at the bottom of the sub menu

I have looked high and low to find the css for removing the grey divider at the bottom of my sub menus. Can you please assist?

https://www.evergyed.kcpled.com

Thank you.

Hi Keith,

Thank you for reaching out to us. To remove the bottom grey divider, add the following code in the Theme Options > CSS:

.x-navbar .desktop .sub-menu li:before, .x-navbar .desktop .sub-menu li:after {
    background-color: transparent !important;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

Worked awesome. Thank you.

Glad we were able to help :slight_smile:

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