Change all caps on footer menu in Edin
-
I’ve managed to change site title and main navigation menu by adding the css code for no text transform but I don’t know how to change the footer menu so that it is not all in caps. Help is greatly appreciated!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
I have fixed it by adding this code to your Custom CSS tab:
.footer-navigation li { text-transform: none !important; }
- The topic ‘Change all caps on footer menu in Edin’ is closed to new replies.