CSS formating issues with bbPress forum

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Wed May 14, 2014 2:13 pm
I've installed bbPress, but the layout formatting is messed up. I think its coming from the FontAwesome stylings. I'm not sure how to go about fixing this. Thanks for any help you can give.

http://thecrewcall.com/forums/
User avatar
Senior Boarder

GK User
Wed May 14, 2014 2:45 pm
Hello,

Try to add this code into css/override.css file (first enable this override option from Template Options -> Advanced tab)

Code: Select all
.bbpress ul li:before {
   display: none;
}
User avatar
Moderator

GK User
Wed May 14, 2014 4:41 pm
Thanks!
User avatar
Senior Boarder


cron