Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35673
    maevamena
    Member

    Hi Sakin,

    You see under Recent Posts the font size is smaller than the default I’ve set for the pages? How can I adjust this?

    http://69.195.124.223/~forevft4/

    Thanks!

    Maeve

    #35710
    maevamena
    Member

    Hi Sakin,

    I’ve added a menu in a widget on this page:

    http://69.195.124.223/~forevft4/?page_id=158

    The same question applies re: font size. But I’d also like to adjust the background colour and font colour to make it more consistent with the rest of the site.

    Thanks!

    Maeve

    #35762
    Sakin
    Keymaster

    Hi Maeve,

    You can adjust the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    .widget ul li {
        font-size: 13px;
    }
    #secondary .widget.widget_nav_menu {
        background-color: #fff;
    }
    #secondary .widget.widget_nav_menu a {
        color: #1982d1;
    }

    Regards,
    Sakin

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