Options for Dropdown Menu?

I don’t really like the way my drop down menu looks on my site under the “services” menu at the top. Do we have options on what that looks like or are we stuck with only that?

Hello @brockburwell,

Thanks for asking. :slight_smile:

I took a look at the website and dropdown menu. Definitely there is issue with the same as it gets amalgamated with background and is not readable.

Please add following CSS under X > Theme Options > CSS to change the background color of dropdown menu:

.masthead-inline .x-navbar .desktop .sub-menu {
    background-color: #e83731 !important;
}

If you would like to learn CSS, please take a look at following resource.

https://www.w3schools.com/css/

Thanks.

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