Hi Please can you tell me how can I get rid of 3 sections on my front page as shown in my attachment. Kind regards Bridget
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .feature_box { display: none; } .home_content { display: none; } .sidebar.home { display: none; } This will solve your issue.
Hi Piyush, How do I get rid of the footer area (gray colored) that has Contact Us, Our Pages, Search Anything, and InkThemes Theme?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-container{ background:red; } Inplace of "red" put your color code.