Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created June 10, 2013 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agusmu/5748407 to your computer and use it in GitHub Desktop.
Save agusmu/5748407 to your computer and use it in GitHub Desktop.
PrimaShop - customize font size and weight of header menu
/* header menu - top level */
#header-menu .menu-primary a, #header-menu .menu-primary a:visited {
font-size: 14px;
font-weight: bold;
}
/* header menu - dropdown */
#header-menu .menu-primary li li a, #header-menu .menu-primary li li a:visited {
font-size: 12px;
font-weight: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment