Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 26, 2019 at 2:28 pm #1071794 HKlearningParticipant Hi, I would like to change all the bulletpoints from standard dots to a minus symbol (-). How can I do that? Thanks for your help! Simon February 26, 2019 at 2:49 pm #1071812 YigitKeymaster Hey Simon, Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file: CSS Snippet: .entry-content-wrapper ul { list-style: none; } .entry-content-wrapper ul li:before { content: "- "; } Best regards, Yigit Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In