• Resolved venkatesh1662

    (@venkatesh1662)


    Hi, can i know how to change the background color of the drop down menu from white to a different color?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support supportstylemix

    (@supportstylemix)

    Hi,

    We have visited your provided website and could not detect the Dropdown element on the your header. In the plugin, the Dropdown element looks like this (https://prnt.sc/u4pbp2)(https://prnt.sc/u4pcfe) and it uses the Main and Secondary colors of the header.

    If you mean the background color of the submenu (https://prnt.sc/u4pd0g), please use the following custom CSS:

    .stm-header__hb .stm-navigation__fullwidth>ul>li ul.sub-menu {
    background: lightgoldenrodyellow;
    }

    regards

    Thread Starter venkatesh1662

    (@venkatesh1662)

    Hi,
    Thank you! the color of the submenu is change but may i know how to change the sub-menus text color too?

    Plugin Support supportstylemix

    (@supportstylemix)

    Please try to use the following custom CSS:
    .stm-header__hb .stm-header__element.object744 .stm-navigation > ul > li .sub-menu li a {
    color: red !important;
    }

    regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Drop down Menu Background color’ is closed to new replies.