Custom Color for Footer Menu
-
[ Moderator note: moved to Fixing WordPress. Please do not use Developing With WordPress for these topics. ]
Hello WordPress Community,
i have been struggling for days on how to change the font colour of my footer menu.
Every website on google talking about this does not help me fix the issue. I think i have some sort of code in my CSS that might overriding everything or I’m just too uneducated about wordpress. (still starting to learn html)Can you help me figure out a solution to change the Footer colour to white?
Website link: https://www.soulkingzrecords.comMain Menu: .menu
Footer Menu: .menu-footerCSS Code:
.menu ul {display: inline; font-family: proxima-nova-n9, proxima-nova, sans-serif;} .menu ul li {display: inline;padding: 0 20px;font-family: proxima-nova-n9, proxima-nova, sans-serif;font-size: 17px;font-weight: 900;} .menu ul li:hover > a {padding: 0.8px 0; border-bottom: 4px solid #000000; } .menu ul li a:active {padding: 0.8px 0; border-bottom: 4px solid #000000; } .menu-footer ul {color: white; display: inline; font-family: proxima-nova-n9, proxima-nova, sans-serif;} .menu-footer ul li {color: white; display: inline;padding: 0 20px;font-family: proxima-nova-n9, proxima-nova, sans-serif;font-size: 17px;font-weight: 900;} .menu-footer ul li:hover > a {padding: 0.8px 0; border-bottom: 4px solid #000000; } .menu-footer ul li a:active {padding: 0.8px 0; border-bottom: 4px solid #000000; }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custom Color for Footer Menu’ is closed to new replies.