hey chawk1120
Solution 1 :
1. First of all to remove the Right sidebar you have to go to your widgets from appearance where you can see the right sidebar section in your right. Remove all the widgets from Right sidebar. like this “https://prnt.sc/lrtkip”
So Its remove the right sidebar section from the front page. and for remove the second left grey box you have to add below css code into your customizer “ add additional CSS”.
#frontpage-page {
display: none;
}
Solution 2:
You can also remove that whole section using below css code.
Add below css code in the customizer “add additional CSS”.
#front-page-blog {
display: none;
}
Hope it will help you.
Thank you.
-
This reply was modified 6 years, 3 months ago by
Anonymous User 16453565.