Need to hide built-in social icon logos on single video page...

Discussion in 'VideoCraft WordPress Theme' started by gunghovids, Jan 10, 2015.

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

    gunghovids New Member

    Joined:
    Jan 8, 2015
    Messages:
    7
    Likes Received:
    1
    I will be using a WordPress plugin for social sharing so I need to...

    [1] Hide the built-in social logos on the single video pages.

    [2] Hide the social logos in the footer and the rss logo, I will use feed burner instead.

    Thanks for your help.
    www.gunghovids.com
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi gunghovids,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    1>
    Code:
    ul.social-buttons.cf li {
    display: none;
    }
    .post {
    border-bottom: 0 !important;
    }
    2>
    Code:
    ul.fsocialicon li {
    display: none !important;
    }
    Thanks
    Praveen
     
  3. gunghovids

    gunghovids New Member

    Joined:
    Jan 8, 2015
    Messages:
    7
    Likes Received:
    1
    Thank you, it worked perfectly.
     
Thread Status:
Not open for further replies.

Share This Page