Skip to content

Instantly share code, notes, and snippets.

@ellenmva
Created February 11, 2014 12:34
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 ellenmva/8934013 to your computer and use it in GitHub Desktop.
Save ellenmva/8934013 to your computer and use it in GitHub Desktop.
/* Change Tabtastic Tab Nav to a Heading like h5 */
/* Put code in Custom LESS/CSS Box in DMS Custom Tab */
/* Section FullTabs */
.section-fulltabs .nav a {
font-family: @headingsFontFamily; /* From DMS Typography Settings */
font-size: @h5Size; /* Grab heading size, can use @h1Size through @h6size */
font-weight: @headingsFontWeight; /* From DMS Typography Settings */
}
/* Section QuickTabs */
.section-quicktabs .nav a {
font-family: @headingsFontFamily; /* From DMS Typography Settings */
font-size: @h5Size; /* Grab heading size, can use @h1Size through @h6size */
font-weight: @headingsFontWeight; /* From DMS Typography Settings */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment