Disabling bullets on unordered lists

Writer, blogging theme for writers and authors | Support forum.
GK User
Tue Jun 14, 2016 9:45 am
The square bullets on unordered lists are annoying in some places (see attachment) and make the page look a little wrong. I have entered the following into custom css, but it doesn't seem to work
Code: Select all
ul {
   list-style-type: none;
}


I would be grateful for any suggestions
Thanks for your help

unordered lists.JPG
User avatar
Fresh Boarder

Joshua M
Thu Jun 16, 2016 8:54 am
Hello,

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

GK User
Thu Jun 16, 2016 9:54 am
Thanks for your reply Josh.
Its most prominent on the following page:
http://www.music-movement.com/groups/caro/forum/

Dave
User avatar
Fresh Boarder

Joshua M
Mon Jun 20, 2016 8:23 am
Try to add the following custom css code:
Code: Select all
.buddypress .entry-content ul li:before {
  display: none;
}
User avatar
Moderator

GK User
Mon Jun 20, 2016 9:31 am
Thanks Josh, that did the trick!
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.