Hi, I don't have enough content yet for those extra three columns on the homepage (with images). I want to just have the two columns. How do I do that? Thanks, Stephanie
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .full-content .feature-content { display: none; } .full-content .text-featute { background: none; padding-bottom: 10px; margin-bottom: 20px; } This will remove your Homepage Three Cols. In future you can reuse it in your theme by removing the code given above, from the custom code.