Colorway Change size of font for formatted text

Discussion in 'ColorWay WordPress Theme' started by rambler, Mar 8, 2013.

Thread Status:
Not open for further replies.
  1. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    hi
    I have changed the size of paragraph text by adding the following to custom css in styling options:
    p{
    font-size:16px!important;
    }
    On the site (http://wheathampsteadppg.org.uk/) this changes the normal text but anything with a bullet point (formatted text) remains at the previous smaller size e.g. http://wheathampsteadppg.org.uk/surgery/
    How can the bullet pointed text be made the same size?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    li{
    font-size:16px;
    }
     
    rambler likes this.
  3. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Thanks Nitesh - that worked.
     
Thread Status:
Not open for further replies.

Share This Page