How can I remove the Home Page Intro Box and the Home Button? After that I'd like to adjust the one to third feature heading and content. Is that possible? Thank you for your answer.
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .info-box.three_fourth { display: none; } .info-logo.one_fourth.last { display: none; } This will solve your issue.