Forums

How to change font in Pages widget? (2 posts)

  1. quackduck
    Member
    Posted 2 years ago #

    On the left page of my site, I have a "Pages" widget that lists all the pages on my site. These are separated into a hierarchy like this:

    Topic Page
    -Topic Sub-Page 1
    -Topic Sub-Page 2
    -Topic Sub-Page 3

    However the font size of both "Topic Page" and the "Topic Sub-Page" are the same at it looks far too bulky. So I'd like to reduce the font size on the sub-pages so they are smaller than the main page they belong too.

    Thanks for any help!

  2. kz
    Member
    Posted 2 years ago #

    Show your Site url or HTML or PHP code.
    Or if you know the ID or class name of sub-pages element,
    add this into style.css:
    .your-sub-page-class{font-size:.8em;}// you can also specify px or pt
    or
    #your-sub-page-id{font-size:.8em;}// you can also specify px or pt

Topic Closed

This topic has been closed to new replies.

About this Topic