• I installed the Vina theme for my new blog but noticed that on pages, bullets do not appear (on posts they are perfectly fine.)

    I have read all of the other forum posts on this topic where it says to insert some code in the stylesheet, but I can’t figure out where in the stylesheet to put anything or what exactly to code given my situation.

    I have typed in some bullets as text in the meantime, but how do I fix this problem? Please explain it in laypeople terms because I am not very technically inclined.

    Here is the link: https://www.vegansoiree.com/?page_id=1022

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try editing style.css and adding:

    .page ul li {list-style-type:disc;}
    .page o li {list-style-type:decimal;}

    to the bottom of the file.

    Thread Starter brigitte-ruel

    (@brigitte-ruel)

    Hi Esmi,

    this added bullets to not only bulleted lists typed in the Page, but to all the lists on the Page that already had bullets on them (like archives lists, recent posts lists, etc…) Also, it did not add any o li bullets, only ul ones.

    he should have typed .page ol li to add numbers to ordered lists. Add

    .page #sidebar ul li{list-style-type:none;}

    that should remove the bullets on the other items

    Thread Starter brigitte-ruel

    (@brigitte-ruel)

    We are so close to perfection here…while viewing a Page, the bullets are still showing at the top of the page besides each Page title. Thankfully, they are no longer besides the other stuff.

    My bad typing! Sorry.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bullets missing from Pages’ is closed to new replies.