Home Forums WoodMart support forum change default dots

change default dots

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

    atiam1982
    Participant

    how to change the default dots for bulleted lists to “chevron right” in color #a35a3f – globally for the entire website.

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

    Hung Pham
    Participant

    Hi atiam1982,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section:

    .wd-text-block li::marker {
        font-family: "woodmart-font";
        content: "\f113";
        color: #a35a3f;
        font-size: 11px;
    }
    
    .wd-text-block li {
        padding-left: 5px;
        list-style-position: outside;
    }

    Regards,

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