Hi There,
We would like to have the standard tag cloud with different font sizes. All posts here in the forums regarding this topic seems to be outdated. They didn’t help. We too want to avoid another plugin. Is there a solution for us?
Many Thanks, TF
Hey elbnetz,
Do you mean the WordPress default widget? If so, as far as I know, the font size changes according to how many times the tags have been used on the site?
Best regards,
Rikard
You are right, in general it changes the size, but not with Enfold.
The problem is that …/wp-content/themes/enfold/css/avia-snippet-widget.css shows
/*tagcloud*/
.tagcloud br{display:none;}
.tagcloud a{
font-size:11px !important;
padding:2px 8px;
margin:0 1px 1px 0;
display:block;
float:left;
border-style: solid;
border-width: 1px;
text-decoration: none;
}
What can we do within child theme to overwrite the font-size:11px !important;?
Thanks
Hi,
Thanks for that. I’m not sure if it will override, but please try this in Quick CSS:
.tagcloud a {
font-size: 15px !important;
}
Best regards,
Rikard
Doesn’t work. BTW: The goal is not to increase the size of all tags but have them the size depending on the amount of tagged articles.
Hi elbnetz,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Victoria