Hello, I want to do some changes on my homepage on: www.horsepoint.nl I want to change the background color of the widget and footer area, can you help me with this code (the old code I used doesn't work). I want to remove the blogpost on the homepage (i've found the code in the forum but i get wp-editor not working to get in the codes. I've installed this plugin and activated it but it's not visible in my dashboard) Below the slider i don't want to show products, can remove this area with an code?? At front, thanks for your help. Mark
Hello Mark, To remove the blog post & product sections, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content_wrapper { display: none; } .feature_content_inner.home-blog { display: none; } And to change the background color of the footer, paste the below code. Code: .footer_wrapper { background: #f8536a; border-bottom: 1px dashed #e43750; border-top: 1px solid #e43750; } Thanks & Regards! Akbar InkThemes.com