Home Forums Exoplanet Change menu text color on Footer

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13191
    notclear
    Participant

    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.

    #13198
    Yazmin
    Keymaster

    Go into ‘Appearance’ > ‘Customize’ > ‘Additional CSS’ and add this custom css, and save/publish.

    #footer-menu a {
        color: yellow !important;
    }
    #13200
    notclear
    Participant

    I just tried and it works! Thank you!

     

    • This reply was modified 3 years, 3 months ago by notclear.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change menu text color on Footer’ is closed to new replies.