Home Forums WoodMart support forum Moved: Reply To: which class to put on the custom selector. Reply To: Moved: Reply To: which class to put on the custom selector.

#133210

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

footer .mega-menu-list .sub-sub-menu li a {
    color: red;
}
footer .mega-menu-list > li > a{
		color:red;
}

Set the color as per your needs or use these classes in the Theme Settings > Typography > Advanced typography

Best Regards