Jump to content

Font size in TAGS BLOCK module


Recommended Posts

The file where the font size is determined is /themes/your theme/css/modules/blocktags/blocktags.css.

 

Within that file, the last three lines give the font size in ems

 

a.tag_level3 { font-size: 1.8em; font-weight: bold }
a.tag_level2 { font-size: 1.4em }
a.tag_level1 { font-size: 1em; color: #888!important }

 

Adjust numeric values down for font-size as required, numbers below zero are OK, e.g. 0.6em

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...