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*

To Show “You May Missed” on Homepage only

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #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!

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.