This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Tagcloud font sizes

  • Creator
    Topic
  • #6186
    atop
    Member

    Hi Jason,

    Is it possible to set all the font sizes in the tagcloud the same size at all times?
    If yes, where can I set this?

    CJ.

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #6198
    Jason Bobich
    Keymaster

    Hello CJ,

    You could probably just do it with basic CSS, nothing really specific to this theme. —

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

    … but that would kind of defeat the purpose of the “tag cloud” — you could search on wordpress.org for a widget plugin that lists taxonomy terms in other ways, possibly.

    ======

    For CSS changes, it’s a good idea to use a tool like firebug or Google Chrome’s built-in developer tools to locate them and then put the edits either in your child theme or in the “Custom CSS” option on your theme options page.

    Also, here’s a helpful tutorial on how to use Firebug – http://vimeo.com/20917974. The only thing I’d suggest not doing is actually making edits to the theme’s CSS files, as it shows at the end of that video. However, the video serves as a good introduction to Firebug and how it can be used to find what CSS is effecting certain areas of your site without ever digging around in any files.

Viewing 1 replies (of 1 total)
  • The forum ‘Akita Responsive WordPress Theme’ is closed to new topics and replies.