January 6, 2020 at 7:30 am
#73506
Theme Horse Support Team
Keymaster
Hi @restyumali-sl,
1. To Remove the ‘Popular Stories’ (Header Featured Posts Section) on Blog Page then please go to ‘Appearance > Customize > Banner’ and check ‘On’ to ‘Show on Homepage only’.
2. To Remove the ‘You may Missed’ (Footer Featured Posts Section) on Blog Page then please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.
body.blog .site-footer .featured-stories {
display: none;
}
3. We are confused here. We haven’t designed the ‘TH: Recent Posts’ Widget to show 3 posts per row. It will show 2 posts per row on front page main section and only show 1 post per row in front page sidebar & other sidebar on desktop view.
Thanks