How to Remove the Social Sharing section on posts

Discussion in 'ColorWay WordPress Theme' started by bmonnier, Feb 26, 2016.

  1. bmonnier

    bmonnier New Member

    Joined:
    Jan 3, 2016
    Messages:
    11
    Likes Received:
    0
    I need to remove this social sharing section from all posts.
    It is preceded by this element.
    <p>If you enjoyed this article please consider sharing it!</p>
    I need to remove that also.
    Here is the code that I can see, but can't find anywhere in the theme to edit.
    Thanks
    *************
    <div class="social_logo">
    <a original-title="Tweet this!" href="http://twitter.com/home/?status=You Wont Believe The Things That People Try To Exercise With : http://domain.com/you-wont-believe-the-things-that-people-try-to-exercise-with/">
    <img src="http://domain.com/wp-content/themes/colorway/images/twitter-share.png" alt="twitter" title="twitter">
    </a>
    <a original-title="Share on StumbleUpon!" href="http://www.stumbleupon.com/submit?u...eople-try-to-exercise-with/&amp;amp;title=You Wont Believe The Things That People Try To Exercise With">
    <img src="http://domain.com/wp-content/themes/colorway/images/stumbleupon.png" alt="upon" title="upon">
    </a>
    <a original-title="Share on Facebook" href="http://www.facebook.com/sharer.php?...at-people-try-to-exercise-with/&amp;amp;t=You Wont Believe The Things That People Try To Exercise With">
    <img src="http://domain.com/wp-content/themes/colorway/images/facebook-share.png" alt="facebook" title="facebook">
    </a>
    <a original-title="Digg This!" href="http://digg.com/submit?phase=2&amp;...eople-try-to-exercise-with/&amp;amp;title=You Wont Believe The Things That People Try To Exercise With">
    <img src="http://domain.com/wp-content/themes/colorway/images/digg-share.png" alt="digg" title="digg">
    </a>
    </div>
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .social_logo {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page