Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created December 10, 2013 11:55
Show Gist options
  • Save agusmu/7889488 to your computer and use it in GitHub Desktop.
Save agusmu/7889488 to your computer and use it in GitHub Desktop.
PrimaShop - Customize Font Size
/* 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