Blog Reel – Remove Share Functionality

  • Posted in : Responsy WP
  • philipjamesbarnes
    Participant

    Hi Guys,

    How could I eliminate the ‘Share This’ functionality from the blog roll, but not the blog articles?

    i.e. take off sharing functionality here – http://www.belfastdigitalagency.com/blog/

    but not in the entries within. I just don’t know what the page id is for custom CSS.

    Thanks in advance.

    Phil

    Mehmet S.
    Keymaster

    Did you check your social share plugin’s option page? Maybe there is an option to remove it from just blog page.

    philipjamesbarnes
    Participant

    Yeah I checked. It just says blog or pages – I want to keep it on blog individuals, but not the blog reel – any idea?

    What’s the CSS identifier for the blog reel page with sidebar? Like .portfolio-single, but for this one?

    Cheers,

    Phil

    ahmetsali
    Keymaster

    Hi, you can use the Custom CSS code below;

    .post-list .st_fblike_hcount, 
    .post-list .st_twitter_hcount,
    .post-list .st_plusone_hcount,
    .post-list .st_pinterest_hcount { display:none !important; }
    
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Responsy WP’ is closed to new topics and replies.