Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #339123
    effess
    Participant

    For some reason the footer widget has disappeared from the home page.

    CSS:

    Display footer widget only on Home page

    #supplementary ( display: none; )
    .home #supplementary ( display: block; )

    #339126
    sujeet
    Keymaster

    Hello @effess,

    For now, to display footer widget only on home page, you can add the following css:

    
    #supplementary {
       display: none;
    }
    
    .blog #supplementary {
       display: block;
    }
    

    Regards,
    Sujeet

    #339142
    effess
    Participant

    That worked! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.