Hide unwanted bullet points with CSS
-
Hello,
There is a table where I list the criteria of some products and each criteria is unwillingly shown in a bullet point. This is something I tried to solve with CSS in the plugins options with:
.entry-content .tablepress-15 ul > li {
list-style-type: none;
}Strangely it doesn’t work while it worked for another site.
Can I send you the URL over email or something?
Thank you so much!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hide unwanted bullet points with CSS’ is closed to new replies.