Bullet points not displaying

Discussion in 'BizWay WordPress Theme' started by vinylrevolution, Jan 29, 2013.

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

    vinylrevolution New Member

    Joined:
    Dec 10, 2012
    Messages:
    29
    Likes Received:
    0
    I am having trouble with bullet points on my site pages. Some of the text on one page is formatted as bullet points in the text editor but it is not displaying in bullet point format on the actual site. See screen shot below for what it looks like on the site.

    Screen Shot 2013-01-04 at 5.14.59 PM.png How can I fix this please? Many thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. vinylrevolution

    vinylrevolution New Member

    Joined:
    Dec 10, 2012
    Messages:
    29
    Likes Received:
    0
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-content .fullwidth ol {
    list-style: disc;
    }
    This will solve your issue.

    Thanks.
     
  5. vinylrevolution

    vinylrevolution New Member

    Joined:
    Dec 10, 2012
    Messages:
    29
    Likes Received:
    0
    Many thanks!
     
Thread Status:
Not open for further replies.

Share This Page