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
Hi,
Thank you! the color of the submenu is change but may i know how to change the sub-menus text color too?
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