How To Change The Colour Of Header Menu (not main menu) Dropdown Element
-
Hello,
We use a menu element in our header as an information dropdown. (see yellow circled element in attached image).
How do we change the style of this element to be similar appearance to the Account and Cart elements so that it has a background colour of #c523a1 with white text?
Thank you
LP
Attachments:
You must be
logged in to view attached files.
Hi Little Panda,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
#menu-information-menu > li{
background-color: #c523a1;
border-radius: 42px;
}
#menu-information-menu > li > a{
color: #fff;
}
Regards,
Hung PD
Pefect thank you once again.