- This topic has 2 replies, 2 voices, and was last updated 3 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Change menu text color on Footer’ is closed to new replies.
How can I change the color of the menu text to yellow on the footer? Right now it is white. I want to match it to the menu text color on the header.
Go into ‘Appearance’ > ‘Customize’ > ‘Additional CSS’ and add this custom css, and save/publish.
#footer-menu a {
color: yellow !important;
}