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 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #96694
    harry_808
    Participant

    Hi
    How to show “You May Missed” only on Homepage but disappear/hidden on other pages or single post.

    Thank you

    #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 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.