This topic has 2 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Amzy Leel
Hi,
What is the css code to change the background color of the ‘My Account’ dropdown menu in the top bar?
Background colour:
.my-account-link ul {
background: #000;
}
Text colour :
.top-bar.topbar-color-white a {
color: #f00 !important;
}
You must be logged in to reply to this topic.Log in/Sign up