Hi I'm curious on how to completely remove the information the I have highlighted in the attached picture on my home page (and all other pages the problem deals with.) Or if possible the footer titles (highlighted by the second smaller box) I'd be willing to keep if I could just keep the titles *and change the names* to then link to other sections of the website or external pages. Thanks in Advance!
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-strip { display: none; } .feature-bottom { display: none; } .footer .footer-inner h3 { display: none; } This will solve your issue.