• Author
    Posts
    • #3718
      Paul Durnberger
      Participant

      Good morning,

      Referring to the attachments, you will see the lists on the side bar widgets for the default template and that used for the blog page are different; there are lines between items on the blog, as opposed to bullet points when listed on the default template.

      Could you update so that each template produces bullet point list?

      Paul

      Attachments:
      You must be logged in to view attached files.
    • #3721
      Andre
      Participant

      Good morning, and good timing because I Was just about to log off at 3am here 🙂

      I never thought about the list styles being different between blog pages and static pages. Good discovery; I made a note to fix this, although the theme sidebars are supposed to be lines, not bullet points. However, to convert the blog styled lists to bullets, add this to your customizer’s Additional CSS tab:

      #blog-sidebar ul {
          list-style: disc;
          margin: 0 0 1.5rem 2.5rem;
      }
      
      #blog-sidebar ul li {
          margin: 0;
          border:none;
          padding:0;
      }
    • #3722
      Paul Durnberger
      Participant

      Thank you Andre, have to say I much prefer the bullet points!

      Paul

    • #3723
      Paul Durnberger
      Participant

      Sorry to nitpick, but the update has produced circular bullet points, as opposed to square ones on the existing pages!

    • #3724
      Andre
      Participant

      No worries… change the list style to this:

      list-style: square;

    • #3725
      Paul Durnberger
      Participant

      Brilliant! Thank you.

    • #3726
      Andre
      Participant

      You are very welcome!
      It sounds like everything is good, so unless you have any additional questions on this topic, time for my sleep.

    • #3727
      Paul Durnberger
      Participant

      That’s all for the moment. Get yourself home!

    • #3728
      Andre
      Participant

      I am home….the joy of working in this field, I get to work from my home studio 🙂

Viewing 8 reply threads
  • You must be logged in to reply to this topic.