How can I remove the "footer widgets" and "latest Posts" and "Search anything" from the bottom of the page http://thatlittleplacebythelights.ca/sample/ Also I would like to only have two feature images and links on my home page... How can I remove one of them . Thanks
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer .grid_6 { display:none; } .footer.grid_6.omega { display:block; } .heading_container.grid_8.omega { display:none; } Thanks & Regards Pramod Patel
thank you for your help. However I still have three features on the home page and would only like two. (The First Two) http://thatlittleplacebythelights.ca/sample/
Hello, Ok you can do it easily just paste this code in (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_inner_box.third { display: none; } Let me know if any doubt persists. Thanks & Regards, Swapnil Gupta
Thank you for your help so far. I have made the site live now. http://thatlittleplacebythelights.ca/ I used the code you gave me on Aug 8 to remove the widgets. However it also removes the facebook social icon from the footer area. Anyway I can still keep the social media icons and still remove the widgets??? Thanks for your help. I have left the widgets on for now .
Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer .grid_6.omega { display: block; } Thanks & Regards Pramod