Bullet Points

Discussion in 'Infoway WordPress Theme' started by cavezzale, Sep 16, 2013.

  1. cavezzale

    cavezzale New Member

    Joined:
    Jul 30, 2013
    Messages:
    10
    Likes Received:
    1
    How do I make the bullet points on a page non bold? Here is an example of one of my pages where it is showing bold

    http://thepac.org/our-programs
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .fullwidth p strong {
    font-weight: normal;
    }
    This will solve your issue.
     

Share This Page