What is the CSS to remove social links/icons on featured posts.

Discussion in 'BlogSpring WordPress Theme.' started by csandke, Jul 9, 2014.

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

    csandke New Member

    Joined:
    Aug 2, 2013
    Messages:
    15
    Likes Received:
    0
    Is there any way to remove this social links or icons in featured posts on homepage (column 2)?
    Or even remove this feature totally from blogspring theme?, don't need this as the site is for a intranet only.
    Br
    Kent Andersson
     

    Attached Files:

  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:
    #style-switcher {
    display: none;
    }
    .post-social-link-inner.single {
    display: none;
    }
    

    Thanks & Regards
    Gourav Shrivastava
     
  3. csandke

    csandke New Member

    Joined:
    Aug 2, 2013
    Messages:
    15
    Likes Received:
    0
    Hi

    See picture, seems as #style.... fixed the "links" on right edge.
    But they are still in the featured posts...

    Kent
     

    Attached Files:

  4. 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:
     div.post-social-link {
    display: none;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  5. csandke

    csandke New Member

    Joined:
    Aug 2, 2013
    Messages:
    15
    Likes Received:
    0
    Yes, now they are gone...

    Thanks
    Kent
     
Thread Status:
Not open for further replies.

Share This Page