jennyboo Posted September 3, 2011 Share Posted September 3, 2011 The FONT for the Tags in the block is huge. Especiall with a lot of tags showing. Is there a way to make the font smaller? I am ZERO in programing literacy so I can use all the help I can get. Thanks! Link to comment Share on other sites More sharing options...
phrasespot Posted September 5, 2011 Share Posted September 5, 2011 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now