We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Tag Cloud - Blogs | Forum

Harry
Harry Dec 2 '14
Where can I change the font size of the text in the tag cloud?


Thanks much


Harry

Oxwall Software
Oxwall Software Dec 4 '14
The thing is that the most used tag word becomes bigger in size than other tag words
You can set the same font size for all tags using this style:
.ow_tags_cont a {
    font-size: 20px !important;
}
however if you want to change, like most often tag one size, rare tags another size this is a custom code modification.
Harry
Harry Dec 4 '14
Custom code modification I can do as long as I know where to look.

Thanks again

Oxwall Software
Oxwall Software Dec 9 '14
ow_system_plugins/base/components/tag_cloud.php
Harry
Harry Dec 9 '14
Perfect.  Thank you
Oxwall Software
Oxwall Software Dec 14 '14
No problem
You do not have permission to reply this topic