How can I remove the right feature area with the video and have the left go across the whole page? Also how can I remove the left and the right feature areas altogether?
Hello, Go to the front-page.php present in your theme directory and edit the code as shown in the image given below. This will remove the right feature area and have the left go across the whole page. Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_info { display: none; } .feature_content { margin-bottom: 10px; } This will remove the left and the right feature areas altogether.