Hi, Is there a way that I can remove the blogsposts from appearing on the first page and put text there or a widget there instead? Thanks
Hi, Please follow the screenshot given below. Code: <div class="edited_text"> Write your text here..................... </div> Now, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .blog_feature { display: none; } h1.blog-heading { display: none; } Thanks, Praveen