Tagged: featured stories, You May Missed
Hi How to show “You May Missed” only on Homepage but disappear/hidden on other pages or single post.
Thank you
Hi @harijanto-808
To show “You May Missed” only on Homepage just login to your WP dashboard then go to Appearance > Customize > Additional CSS
.site-footer .featured-stories { display: none; } .home .site-footer .featured-stories { display: inherit; }
Thank you!