Hi, I need to get rid of the social icons that are at the bottom of the page please how do I do that? Many thanks Elly
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .bottom_footer_container ul.social_logos { visibility: hidden; } This will solve your issue.