Hi there, I’m have inserted this code
<?php bp_get_displayed_user_nav(); ?>
from the Members Navigation Menus under buddypress.org, and I wonder why the menu items pr default are listed with dots?li { display: list-item; text-align: -webkit-match-parent; }
I want to use the items as buttons, so how do I get rid of the dots?
Regards
CarstenHi Carsten,
Thank you for the question.
It is happening because they are list items and by default list items are styled that way.
You can override that by specifying list-style-type:none; on a proper selector(css selector depends on how you have put the code).
Regards
BrajeshHi Carsten,
You are welcome.Try right clicking and inspecting the element. There might be an empty list item.
Regards
Brajesh
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
This topic is: resolved