Customized Bullets
-
Hi, I created customized bullets by adding it to Additional CSS. Although it added the bullets I wanted (&check in blue) I am now stuck with both the original bullet (“&period”) and the new bullet.
This is the script I added:
.ul {list-style: none}.entry-content li::before { content: “\2713”; color: blue; display: inline-block; width: 1em;
}
.ul li { border: 0px; padding: 0.2em 0;
}Please can somebody help me? Thank you in advance.
- This topic was modified 5 years, 10 months ago by . Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Customized Bullets’ is closed to new replies.