Hello, You can resolve this problem yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS field and try the CSS code given below over there. Code: .footer-wrapper { display: none; } Hope you will resolve your problem Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Thank you. I am still left with the other footer area that contains the 'copyright' info and social icons on the bottom. I would like to change the color of that particular bar and change the social icon images to ones that match the top (that came with the theme). Thanks.
Hi, You can simply change the colour by using this code on your Custom CSS field (Dashboard->Appearance->Theme Options->Styling Option->Custom CSS) Code: .footer-copyright-wrapper { background: red; } and for the social icons, it requires some customization in the source code of the theme. So, send us your website WordPress login details at [email protected] along with the thread link. Thanks & Regards! Priyanka InkThemes.com
Hello, Yes, you can remove the social icons easily from your bottom section and for that you just simply have to follow this code on your Custom CSS field: Code: .footer-social-icons { display: none; } and if you want to remove the Icons from both the parts i.e. bottom and upper section then follow this one - (Dashboard->Appearance->Theme Options->Social Icons) and be sure that field would be blank instead of any 'URL' and '#' symbol. Thanks & Regards! Priyanka InkThemes.com