bullets not showing on website

Support Area Forums Agency bullets not showing on website

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://allgoodsewerandsepticservice.com
  • Author
    Posts
  • #34346
    Rhonda Schultz
    Participant

    Good morning!

    I have bulleted lists in two areas of the home page, but they do not display on the website. I can see them html. I found one reference to this issue here: #11720 and did add the css style as answered, but it did not work for me. Not sure what to do.

    Thanks in advance for help.

    #34347
    Bill Robbins
    Moderator

    Hi Rhonda,

    Give this a try:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #home-content ul li,
      #content ul li {
      	list-style: disc;
      }
      
      #home-content ol li,
      #content ol li {
      	list-style: decimal;
      }
      
    3. Update your settings.

    Let me know if that doesn’t do the trick for you,
    Bill

    #34348
    Rhonda Schultz
    Participant

    It worked perfectly. Thank you Bill!

    #34349
    Bill Robbins
    Moderator

    Fantastic ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘bullets not showing on website’ is closed to new replies.