How to hide Social Icons in the footer?

Where can I turn this off in the theme options or is there a CSS to hide this in the footer?

Thanks

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us the link.

    It is always a good idea to also attach a screenshot showing your issue.

    Thanks

  • Ok, will do that. Here is the link to the site + screenshot.

    I'd like to hide the social media along the bottom footer because I've added it to the 3rd column of the footer widget area. Thanks


  • To remove these icons from the Footer copyright section, you will have to write a custom CSS code and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    Do you need help with writing it?


    Thanks

  • Yes please provide the CSS for this edit. Thank you

  • Please, use the following code:

    #Footer .footer_copy .social{
       display: none!important;
    }
    

    Thanks

Sign In or Register to comment.