Having issues with <li> elements

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Tue Dec 03, 2013 10:14 am
I installed Buddypress and there seems to be an issue with <li> elements


This is what a buddypress user area looks like with the Creativity Theme.

Image


And here is the same issue with showing check marks. You can see all the check marks are checked in advance. Which is not right.

Image
User avatar
Expert Boarder

GK User
Tue Dec 03, 2013 10:43 am
Hi,

Try to add this code to override.css file:
Code: Select all
.buddypress ul li:before {
   display: none;
}
User avatar
Moderator

GK User
Tue Dec 03, 2013 11:44 am
Thank you, It worked for Buddypress.

Now for the other one...
I wish I knew a similar code to make it work for the event submission page of Event Calendar plugin.
User avatar
Expert Boarder

GK User
Tue Dec 03, 2013 11:49 am
It worked with this !!!


Code: Select all
#tribe-community-events #event-categories ul li:before {
    display: none;
}



Thank you !!!!
User avatar
Expert Boarder


cron