How do I remove Main Feature Heading section and slider pagination section, not only the buttons/images, I already removed them with the following css. Code: .pagination { display: none; } My page is www.kai.is
Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: ul.pagination { display: none; } .main_container .content h1 { display: none; } .main_container .content { margin-top: 15px; } This will solve your issue.