Created
December 10, 2013 11:55
-
-
Save agusmu/7889488 to your computer and use it in GitHub Desktop.
PrimaShop - Customize Font Size
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Default Font Size */ | |
body { | |
font-size: 14px; | |
} | |
/* Top Navigation Font Size */ | |
#topnav { | |
font-size: 12px; | |
} | |
/* Footer Widgets Font Size */ | |
#footer-widgets { | |
font-size: 12px; | |
} | |
/* Footer Font Size */ | |
#footer { | |
font-size: 12px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment