How to remove bullets?

Multipurpose WordPress Theme Forum Support
GK User
Tue May 19, 2015 1:25 am
I don't mind bullets, but they are showing up on plugins too. Is there a code remove bullets from affecting plugins in the override?
User avatar
Fresh Boarder

GK User
Tue May 19, 2015 10:40 am
Hello,

Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Tue May 19, 2015 8:03 pm
I did send a pm, just wondering if I gave you enough info?
User avatar
Fresh Boarder

GK User
Tue May 19, 2015 10:14 pm
Try to add the following code int Quark/css/override.css file (or use any custom css plugin):
Code: Select all
.entry-content ul li:before {
  display: none;
}
User avatar
Moderator


cron