badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: To Show “You May Missed” on Homepage only

#96711

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!