Home Forums Theme support Marea Theme and Elegant Themes Monarch plugin

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 7 years, 9 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Hi

    I use Elegant Themes’ Monarch social media sharing plugin on this site (www.scoutsforest.com). When I activate the Marea theme, on each of the media network icons, a blank pixel appears.

    If I switch the theme to the default WP TwentyFifteen, the icons show correctly (i.e. no pixel). I use this plugin on other sites and don’t see this issue either, so it’s definitely the Marea theme interfering somehow.

    Thanks
    Steve

    Hi Steve,

    looks like they forgot to remove the default list stylings for list elements. Some themes use the default list stylings, other not, but normally the plugin have to make sure that there are no bulltes for the html list.

    But it’s not a bug problem, you can add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    .et_monarch .et_social_space li {
     list-style:none;
    }

    This should solve the problem.

    It did! Thanks again 🙂

    You’re welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.