How to remove green markers

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Thu Feb 04, 2016 6:29 am
Please how do I remove the green markers appearing on pages, they're appearing on too many locations in a page.
User avatar
Fresh Boarder

Joshua M
Thu Feb 04, 2016 9:02 am
Hi,

Try to 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) or use any custom css plugin:
Code: Select all
article .content .sharedaddy ul li {
   padding: 0 14px 0 0
}
article .content .sharedaddy ul li:before {
   display: none;
}
User avatar
Moderator


cron