how to eliminate the social sharing buttons on posts

Discussion in 'BlogSpring WordPress Theme.' started by sandradohn, Jul 15, 2017.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, Will you let me know how to eliminate the social media share buttons from posts? Thanks, Sandra
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To eliminate the social media share buttons from posts, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .featured_post .post .post-social-link {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. winterbottom

    winterbottom New Member

    Joined:
    Sep 4, 2016
    Messages:
    2
    Likes Received:
    0
    There is no code in Custom CSS section, when I do follow your description. Still, there are social media share buttons in my posts. Is there any other way I can remove them?
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for contacting us,

    You need to paste the below-given CSS code in the Custom CSS section:

    Code:
    .post-social-link-inner.single {
        display: none;
    }
    If it will not work then just paste the code into the Additional CSS section of the theme instead of Custom CSS section, Go to (Dashboard->Appearence->Customise->Additional CSS).

    Hope this helps...!

    Regards,
    Akbar
    InkThemes.com
     
  5. winterbottom

    winterbottom New Member

    Joined:
    Sep 4, 2016
    Messages:
    2
    Likes Received:
    0
    Unfortunately, there is still this "If you enjoyed this article please consider sharing it! [​IMG] [​IMG] [​IMG] [​IMG]" underneath my posts. No matter where I pasted the given code.

    Thanks for your help.
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Will you please share the page URL where the icons appear?

    So that we could assist you accordingly.

    I look forward to hearing from you.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page