Home Forums Basel support forum Basel – Vertical Header Design Sub-menu

Basel – Vertical Header Design Sub-menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #154808

    algeorgiadis
    Participant

    Hello there.
    How can I change the submenu backgroud-color (from the default white)
    PS I am testing the Vertical Header design like in the portfolio Demo.

    #154820

    Hello,

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

    body .basel-navigation .menu>li .sub-menu-dropdown {
        background-color: red;
    }

    Best Regards

    #154835

    algeorgiadis
    Participant

    Thank you very much!
    I would also like to make the sub-sub-menu black
    and change the link colors from gray to white.

    Ps: the link seems to work with this->

    .basel-navigation .menu>li.menu-item-design-default ul li a {
      color: #ffffff;
    }

    But the background of the sub-sub doesn’t work with this->

    body .basel-navigation .menu>li .sub-sub-menu-dropdown {
        background-color: #000000;
    }
    #154840

    Hello,

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

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

    Best Regards

    #154850

    algeorgiadis
    Participant

    Thank you very much.
    I added these in style.css of child theme and they worked ->

    /* Change Submenu Color In Header*/
    body .basel-navigation .menu>li .sub-menu-dropdown {
        background-color: #000000;
    }
    body .basel-navigation .sub-sub-menu{
        background-color: #000000 !important;
    }
    body .basel-navigation .menu>li.menu-item-design-default ul li a {
      color: #ffffff;
    }
    #154866

    Fine. If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Basel – Vertical Header Design Sub-menu’ is closed to new replies.