• Resolved oz1js

    (@oz1js)


    I am using Ignite Plus.

    In the sidebar, where the tags are announced, some of the tags are shown in an extreme big size. Can’t figure out to make all the tags appear in the same, small size.

    And can’t figure out whether this is a bug or I somehow initiated it by doing ……??
    oz1js.net

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks so much for upgrading!

    This is how the tag widget gets styled by default. The idea is that the larger tags are the ones used most often, and vice-versa.

    That said, you can modify the widget to show all tags at the same size with the following CSS:

    .widget_tag_cloud a {
      font-size: 16px !important;
    }

    Copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    The “16” value can be increased/decreased to further modify the size of the tags.

Viewing 1 replies (of 1 total)
  • The topic ‘Font size in sidebar’ is closed to new replies.