I'd like to remove the homepage feature and the blog section on the homepage and just have the H1 title and a section below rto add an article if needed. Maybe the possibility of removing the footer section later on because the page will be used for advertising primarily so having less on it mich be better for mobile devices. Please let me know how to do this. Thanks
Hi, Greetings from InkThemes, To remove those sections, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .home-content { display: none; } .bottom_feature .col-md-8.col-sm-8 { display: none; } .bottom_feature .col-md-4.col-sm-4 { display: none; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
I want to leave the Title in the content section and the area just below it to add content. The section wiotht eh round thingys and all below that is what I want to remove. I don't want to remove everything. Please let me know if you're still not sure what I'm asking. Thanks
I need to remove everything BELOW the red line in the photo, inluding the Blog post section below it. I would also like to know if it's possible to remove the default FOOTER sections without having to add my own.
Hi, Please use below-given codes: Code: .feature_box { display: none; } .bottom_feature .blog-heading { display: none; } .bottom_feature .blog_feature { display: none; } .bottom_feature .sidebar.home { display: none; } There are two solutions to remove footer widget area: 1: To completely remove footer widget area, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer_container { display: none; } 2. To remove only text and widgets, just place the blank text widget in the widget area, (Dashboard->Appearence->Widgets) Hope this helps...! Thanks & Regards, Akbar InkThemes.com
You are most Welcome! Always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected] We would be glad to assist you... Have a nice day! Thanks & Regards! Akbar InkThemes.com