Hi,
everything is in the title:
Changing background and border color on "My Account" dropdown menu?
Any help?
Thanks
Chris
Hi,
everything is in the title:
Changing background and border color on "My Account" dropdown menu?
Any help?
Thanks
Chris
Hi,
You can add this on your custom.css. Change the background color. :)
.header_color .sub_menu ul, .header_color .sub_menu ul li {
background-color: red;
}
.header_color li {
border-color: blue;
}
.header_color .pointer_arrow_wrap .pointer_arrow, {
background-color: red;
color: blue;
}
Regards,
Ismael
Thanks Ismael,
it works fine …
and in fact better when it's pasted in quick css than in custom.css…
Regards
Chris
Hi Chris,
Glad we could help. :)
Cheers,
Ismael
This topic has been closed to new replies.