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
I would be grateful for any suggestions
Thanks for your help
- Code: Select all
ul {
list-style-type: none;
}
I would be grateful for any suggestions
Thanks for your help
unordered lists.JPG
-
- 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?
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?
-
- 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
Its most prominent on the following page:
http://www.music-movement.com/groups/caro/forum/
Dave
-
- 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;
}
-
- Moderator
- GK User
- Mon Jun 20, 2016 9:31 am
Thanks Josh, that did the trick!
-
- Fresh Boarder
5 posts
• Page 1 of 1