How to change footer menu fonts.

Hi All,

Thanks to Movin, I successfully added footer menu as like sparkling demo. But now all footer menu names are in capital(uppercase).

Can you please help me with:

  1. Not to display all names in Capital (upper case) - It should display as they are entered e.g. Home (with ‘H’ in uppercase and others in lowercase)
  2. Change the fonts
  3. Change font size

Hi @abhishek110,

Thank you for your questions.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


#page .footer-nav a {
    text-transform: none;
    font-family: sans-serif;
    font-size: 13px;
}

Best Regards,
Movin

Its happening, thank you so much.

You are most welcome here :slight_smile: