Home Forums Basel support forum Changing the color of drop down nav menu

Changing the color of drop down nav menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #273901

    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

    #273935

    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

    #274084

    Hello,

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

    body .basel-navigation .menu>li.menu-item-design-default ul li a {
        color: #ffffff;
    }
    body .basel-navigation .menu > li .sub-menu-dropdown li  {
        background-color: rgb(0, 0, 0);
    }
    body .basel-navigation .menu > li .sub-menu-dropdown  {
        background-color: rgb(0, 0, 0);
    }

    Best Regards

    #274279

    Usman Ali
    Participant

    Thank You

    #274325

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

    Best Regards

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

The topic ‘Changing the color of drop down nav menu’ is closed to new replies.