Hi I would like to change socket menu color only without changing the main menu color,
may i know what is css behind? *Currently is blue”
Please check private content for website.
Thanks
Hey swotmarketing,
I do not see any menu in the footer in the link you provided.
You can try this css
footer li > a > .avia-menu-text {
color: gold!important;
}
If that does not work for you please provide a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi Vinay, your code is work! Thanks!