Remove Icons

Discussion in 'ColorWay WordPress Theme' started by n0limit88, Dec 19, 2014.

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

    n0limit88 Member

    Joined:
    Nov 26, 2014
    Messages:
    45
    Likes Received:
    0
    How do you remove the Twitter and the green share icon on each page. I have attached a picture so that you can see which icons i am referring to.

    Thanks
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .social_logo {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. n0limit88

    n0limit88 Member

    Joined:
    Nov 26, 2014
    Messages:
    45
    Likes Received:
    0
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    span.st_facebook_large, span.st_twitter_large, span.st_email_large, span.st_sharethis_large, span.st_pinterest_large {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. n0limit88

    n0limit88 Member

    Joined:
    Nov 26, 2014
    Messages:
    45
    Likes Received:
    0
    thank you
     
Thread Status:
Not open for further replies.

Share This Page