Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #99706

    new_wp
    Participant

    Hi Support,

    I just updated my pluggins (Contact form 7, Jetpack, WordPress SEO & X-Shortcodes) and now under each blog post the “share this post” icons have a light grey circle around them. Please see this screenshot, I marked them with red arrows. http://prntscr.com/4k4eit

    I added the “share this post” into the child theme so it automatically inserts itself at the end of each post. I don’t use shortcodes. Any help would be great. Thank you.

    Here is my CSS, in case you need it:

    .blog .entry-wrap {
    max-width: 600px;
    }
    .post .entry-wrap {
    max-width: 600px;
    margin: 0 auto;
    float: none;
    }
    .x-btn-navbar, .x-btn-navbar.collapsed {
    color: #0054a3; }

    .x-btn-navbar.collapsed:hover { color: #f7921e; }
    .x-entry-share {
    max-width: 600px;
    margin-left: 90px;
    }

    .x-entry-share .x-share:hover {
    background-color: transparent;
    color: #045f93;
    opacity: 0.8;
    }
    .x-social-global a {
    font-size: 2.5rem !important;
    }
    .x-social-google-plus:before { content:url(http://www.cohlkids.com/wp-content/uploads/2014/08/GooglePlusD.png);}
    .x-icon-envelope:before { content:url(http://www.cohlkids.com/wp-content/uploads/2014/08/EmailD.png);}
    .x-social-facebook:before { content: url(http://www.cohlkids.com/wp-content/uploads/2014/08/FacebookD.png);}
    .x-social-twitter:before { content: url(http://www.cohlkids.com/wp-content/uploads/2014/08/TwitterD.png);}
    .x-social-vimeo:before {
    content: url(http://www.cohlkids.com/wp-content/uploads/2014/08/SpotifyD.png);
    }
    .x-social-foursquare:before {
    content: url(http://www.cohlkids.com/wp-content/uploads/2014/08/SoundcloudD.png);
    }
    @media (max-width: 640px){
    .entry-content {
    margin-left: 0;
    }
    }
    .x-entry-share {
    margin: auto !important;
    border: none;
    }
    h1.entry-title {
    font-size: 140% !important;
    }
    .x-nav-articles {
    float: none !important;
    margin: 0 auto !important;
    }

    #99732

    Christopher
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #99880

    new_wp
    Participant

    Hi Support,

    Sorry about that. Here it is http://www.cohlkids.com/

    Thank you.

    #99924

    Rad
    Moderator

    Hi there,

    Add this css at your customizer’s custom css.

    .x-entry-share .x-share {
    background-color: transparent !important;
    }

    Cheers!

    #100005

    new_wp
    Participant

    Thank you! That worked perfectly.

    #100026

    Kosher K
    Member

    You’re Welcome.

    have a great day