how to remove or disable social icons from Colorway in Posts?

Discussion in 'ColorWay WordPress Theme' started by resielaro, Feb 2, 2013.

  1. resielaro

    resielaro New Member

    Joined:
    Jun 13, 2012
    Messages:
    9
    Likes Received:
    0
    I wonder if you can help me?!
    I am currently using a pluging for social media icons and share buttons.
    Along with that comes a standard set buttons from the colorway theme at the end of every post.
    I believe it is called <div class ="Social_link"> < div class="social_logo">

    I don't need 2 seperate lines of buttons. There is no way in the Theme-optionpanel other then the footer-items te disable them?

    How can I remove or disable the social icons?

    Thanks for your advice in advance,

    kind regards,

    Resie
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> theme options -> styling options -> custom css
    Code:
    .social_logo {
    display: none;
    }
    This will solve your issue.
    Thanks.
     

Share This Page