News 2 and BuddyPress css issue

March 2014 WordPress Theme
GK User
Fri Jan 09, 2015 4:22 pm
Good day

I am successfully using the News 2 theme with BuddyPress. The issue I am having is a CSS one.

Some of the BuddyPress buttons do not show. I tried unsuccessfully fixing this using css

The issues can only be seen when logged in, so please see the following image
News_2_BuddyPress.jpg


Playing with Firebug, the issue is fixed. See
News_2_BuddyPress_2.jpg


I edited this BuddyPress file and uploaded it to the server, but this proved unsuccessful.

Please point me to what I am missing here.
Much appreciated
User avatar
Fresh Boarder

GK User
Mon Jan 12, 2015 12:12 am
Hi,
Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Mon Jan 12, 2015 2:08 pm
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
#buddypress ul.activity-list li:before,
.buddypress article .content ul li:before {
    display: none;
}

#buddypress a.button {
    background: #ff8000!important;
}
User avatar
Moderator

GK User
Mon Jan 12, 2015 3:03 pm
You're a master and a gentleman.
Thank you Piotr
User avatar
Fresh Boarder


cron