As of now, on the front page, there are 3 short description sections under the banner header. If I want to remove one section so that it only shows 2 or remove that middle section all together, how do I do that? I thought this was supposed to be easy to customize, and it's a bit difficult.
Hello, Go to the front-page.php file present in your theme directory and follow the instruction shown in the image given below. Now, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_contentbox { max-width: 445px; } .feature_contentbox.box3 { max-width: 450px; } This will solve your issue.