-
AuthorPosts
-
September 5, 2014 at 11:26 pm #99706
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;
}September 6, 2014 at 3:39 am #99732Hi 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.
September 6, 2014 at 12:05 pm #99880September 6, 2014 at 4:06 pm #99924Hi there,
Add this css at your customizer’s custom css.
.x-entry-share .x-share { background-color: transparent !important; }
Cheers!
September 6, 2014 at 7:42 pm #100005Thank you! That worked perfectly.
September 6, 2014 at 8:21 pm #100026You’re Welcome.
have a great day
-
AuthorPosts