Hello, On my website http://www.d-orstables.com we want to delete the columns area on the homepage. Also the frame under these columns we want do delete. Can you help me with the code I need for these changes?? I've attached an picture with the frames marked which I want to delete.
Hello, For this, you need to paste the below custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field. Code: .index-container.first_featured{ display:none; } This will help you to figure it out and resolve the issue(s). Warm Regards! Naveen Kolhe InkThemes.com
Hello, This solve my problem for a part, when you look at my website you see some white frames. Is it possible to delete these, or do you have the code to change the color of these frames??
You can use below custom CSS codes in the same way as you did before. Code: .index-container.bottom-container{ padding:0; } .index-container.buy-now-container{ display:none; } This will help you to figure it out and resolve the issue(s). Warm Regards! Naveen Kolhe InkThemes.com