Home › Forums › WoodMart support forum › change default dots change default dots This topic has 1 reply, 2 voices, and was last updated 1 year, 3 months ago by Hung Pham. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 18, 2025 at 10:52 am #646665 atiam1982Participant 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. March 19, 2025 at 7:59 am #647022 Hung PhamParticipant 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, Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register