Sub menu and active menu items

Hello-

If you go to my website:
https://leadas.love/

In the menu bar go to servies --> custom websites --> website payment plans

How do I get “website payment plans” sub menu to show up on the right instead of the left?

Also my active page has a background color, how do i get rid of that?
thanks

Hello @KimAnn,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.masthead-inline .x-navbar .desktop .sub-menu .sub-menu {
    right: auto !important;
    left: 100% !important;
}

Above changes are done using custom CSS. If you would like to explore CSS, please take a look at following resource:

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

Thanks.

That’s perfect thank you!

Glad we could help.

Cheers!

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