Home Forums WoodMart support forum How to change unordered list bullets to arrows

How to change unordered list bullets to arrows

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #292247

    churchworks
    Participant

    Hi, after customizing the theme, I noticed that unordered lists show up as bullets (discs), but I want them to be arrows like in your demo content (see screenshot). I also added the following custom CSS to adjust the spacing of unordered lists. I thought if I knew the style name of the arrow shape, I could easily change it via the code. But I cannot find the code terminology that would make them show up arrows. Is there a simple fix to my CSS?

    ul {
    list-style-type: disc;
    line-height: 1.2;
    }

    ol {
    line-height: 1.2;
    }

    Attachments:
    You must be logged in to view attached files.
    #292263

    Hello,

    Please assign the class unordered-list to all your lists, if it is not possible, I attach CSS, copy and paste in the Theme Settings > Custom CSS > Global.

    Best Regards

    Attachments:
    You must be logged in to view attached files.

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)