Orang square covers the title on the activity page

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Tue Nov 03, 2015 3:15 pm
Hi, I am using M Social theme. there is an orang square covers the title on the activity page I have tried and searched how to get rid of it but no luck, can you please help.

thank you
see the link
http://sociallyfriends.com/activity/
User avatar
Fresh Boarder

GK User
Wed Nov 04, 2015 11:00 am
Hi,

Please 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)
(You can also use any custom css plugin or style.css file if you are using a child theme):
Code: Select all
.buddypress header .header-date {
   display: none;
}
User avatar
Moderator

GK User
Fri Nov 06, 2015 2:50 am
where do I find the css/override.css file, I looked at appearance/editor but its not there.
User avatar
Fresh Boarder

GK User
Fri Nov 06, 2015 9:44 am
You have to edit this file using FTP client it's placed in wp-content/themes/Msocial/css/override.css
You can also use any custom css plugin:
https://pl.wordpress.org/plugins/search ... custom+css
User avatar
Moderator

GK User
Fri Nov 06, 2015 4:58 pm
I got it it works great., thank you
User avatar
Fresh Boarder


cron