• Resolved Сергей

    (@derevnya)


    Hello! I need to change the font size in the left column. Here is the element:
    class=”tagcloud”

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • For The Entire Sidebar

    #secondary .widget a{
        font-size:1rem !important;/*whatever size you want*/
    }

    For just the Tag Cloud

    #secondary .tagcloud a {
        font-size:1.35em !important;/*whatever size you want*/
    }
Viewing 1 replies (of 1 total)
  • The topic ‘code’ is closed to new replies.