Hot Tags Font size
-
Looking at previous posts, I see a similar question pertaining to changing the font size of the hot tags. The answer however means nothing to me, i.e.
<?php bb_tag_heat_map(); ?>
The default as it looks to me is:
<?php bb_tag_heat_map(9 38 ‘pt’ 80); ?> What do these numbers mean and by changing them I still see no change on the forum.
This looks like:
<div id=”hottags”>
<?php bb_tag_heat_map(9 38 ‘pt’ 80); ?>
</div>
I have made changes to these numbers, but since I do not know what they affect, I can not get the font-size to change.
I have also made changes to the stylesheet with no luck.
.frontpageheatmap {
font-size: 1em;
font-family: “Eras Medium ITC”, sans-serif;
font-weight: 600;
font-style: italic;
line-height: 1.4em;
padding: 10px 0;
}
Can the tags be changed and if so is there a simple approach that is easy to follow and not too difficult to explain?
blueplato.com.
Thanks for any help!
- You must be logged in to reply to this topic.