Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #968737

    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

    #969958

    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

    #970013

    You are right, in general it changes the size, but not with Enfold.

    #970309

    Hi,

    Ok, where can we see the element in question?

    Best regards,
    Rikard

    #971015
    This reply has been marked as private.
    #971126

    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

    #971509

    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

    #971582

    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.

    #972160

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.