Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #58988
    roderick
    Member

    Hi, I have Catch Responsive Pro and am trying to reduce the font size of the sidebar text and headers. The website is http://www.owensheers.co.uk/. I tried this:
    /* Sidebar Widget Font Size */
    .sidebar .widget { font-size : 16px; }
    /* Sidebar Widget Title Font Size */
    .sidebar .widget .widget-title { font-size : 20px; }
    Didn’t seem to amend the text I was hoping to alter. Thanks for your help

    #59025
    Sakin
    Keymaster

    @roderick: It will work fine, but when I check in your site, I found issue. You have issue in Custom CSS. You can find the following CSS in your custom css, where you have extra closing bracket. So, replace following cs

    /* Footer Widget Title Font */
    #supplementary .widget-title { font-size: 14px; }
    }

    with the following.

    /* Footer Widget Title Font */
    #supplementary .widget-title { font-size: 14px; }
    #59047
    roderick
    Member

    Thanks for that – works fine now

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sidebar font size reduction’ is closed to new replies.