Home › Forums › WoodMart support forum › Footer not aligned properly and login button query › Reply To: Footer not aligned properly and login button query
May 30, 2022 at 12:05 pm
#379852
Luke Nielsen
Keymaster
Hello,
Thank you very much for the clarification.
Here is a code for changing color and hover color for the footer menu items. Enter it to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
.footer-container .widget_nav_menu ul li a {
color: #fff;
}
.footer-container .widget_nav_menu ul li a:hover {
color: red;
}
If you have any more questions or come across any other issues, let me know, I’ll be happy to help.
Kind Regards