Footer Information
-
Hi,
For my footer, where it says “Powered by WordPress”.
Is there a way to make the font smaller and less space in between lines?Thank you in advanced.
The blog I need help with is: (visible only to logged in users)
-
Give this a try:
.site-info { font-size: 14px; text-transform: capitalize; } .site-info .wrap { padding-bottom: 10px; padding-top: 10px; }If you prefer to keep everything in all-caps as it it now, remove this line:
text-transform: capitalize; -
-
- The topic ‘Footer Information’ is closed to new replies.