Include like button

Discussion in 'BlogSpring WordPress Theme.' started by bwdaugherty, Dec 15, 2013.

Thread Status:
Not open for further replies.
  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    As this theme already comes with social links (thanks!) I would like to see a simple facebook Like button for each post rather than just the share button.

    If this isnt possible to be included please advise on how to remove the current social media sharing function on Padwriting theme. Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .post-social-link {
    display: none;
    }
     
  3. viztvmedia

    viztvmedia New Member

    Joined:
    Jan 14, 2014
    Messages:
    14
    Likes Received:
    0
    Location:
    Houston, TX
    The CSS code isn't working for the removal of social sharing options in the "post" types.
    :(
     
  4. viztvmedia

    viztvmedia New Member

    Joined:
    Jan 14, 2014
    Messages:
    14
    Likes Received:
    0
    Location:
    Houston, TX
    Nevermind...
    Code:
    .post-social-link-inner.single {
        display: none;
    }
    This worked.
     
Thread Status:
Not open for further replies.

Share This Page