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
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.