Home Forums Basel support forum drop down nav menu

drop down nav menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #273991

    Usman Ali
    Participant

    Hi,
    I want to change the background color of drop down nav menu from white to balck and text color from black to white.
    How can I do that?
    Thanks

    #274087

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .basel-navigation .menu>li .sub-menu-dropdown {
        background-color: #000000;
    }
    body .basel-navigation .menu>li.menu-item-design-default ul li a {
        color: #ffffff;
    }

    Best Regards

    #274278

    Usman Ali
    Participant

    Thank You

    #274323

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘drop down nav menu’ is closed to new replies.