Bullet points

Writer, blogging theme for writers and authors | Support forum.
GK User
Tue Feb 17, 2015 5:57 pm
Hi,
I'm using Monarch plugin and have display issues with your theme, I was wondering how can I remove bullet points from the share buttons. I don't have this problems with default WordPress theme.

Here the link: http://mediaboss.damiandab.com/?p=19#

Regards,
Damian
User avatar
Fresh Boarder

GK User
Tue Feb 17, 2015 6:31 pm
Hi,
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
.entry-content .et_social_icons_container li:before {
  display: none;
}
User avatar
Moderator

GK User
Tue Feb 17, 2015 7:46 pm
I think in the latest themes there are no template options, only theme customizer, but it was working without enabling anything. Good move to switch to only theme customizer! Thank you!
Regards,
Damian
User avatar
Fresh Boarder

GK User
Tue Feb 17, 2015 7:58 pm
Sorry, yo're right, there's no need (and possibility) to enable this option - it was my default answer for our older themes with GavernWP framework, now all options are in theme customizer; great to hear that you like it.
User avatar
Moderator


cron