Hi,
Themler is adding additional bullet points to a knowledge base plugin i have and it looks like this:
I suspect some additional CSS would do the trick but I don't know CSS so can't figure out how to remove it properly, if i add the following CSS it removes it but it also removes it from the entire site and i want to keep bullet points on normal pages.
.bd-bulletlist li:after, .bd-bulletlist li:before, .bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*=menu]) li:after, .bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*=menu]) li:before {
content: none;}
With that CSS it looks good
But i would like to keep bullet point on pages too, which this doesn't.
Any ideas?
Cheers
Hi, Themler is adding additional bullet points to a knowledge base plugin i have and it looks like this: https://ibb.co/gt2ZXJ I suspect some additional CSS would do the trick but I don't know CSS so can't figure out how to remove it properly, if i add the following CSS it removes it but it also removes it from the entire site and i want to keep bullet points on normal pages. .bd-bulletlist li:after, .bd-bulletlist li:before, .bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*=menu]) li:after, .bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*=menu]) li:before { content: none;} With that CSS it looks good https://ibb.co/c8OzXJ But i would like to keep bullet point on pages too, which this doesn't. Any ideas? CheersLast edited 06 July 2018 by Jamie.D





