Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #88288

    Is it possible to show the footer widgets Only on the front/home-page?

    #88317
    Pratik
    Keymaster

    Hi @malodk02,

    It might be possible. But I will need to check your site url for that. Can you please post it in.

    Regards,
    Pratik

    #88321

    Sorry, but that is not possible. I’m still in the process of developing at localhost 🙁

    #88331
    Pratik
    Keymaster

    Hi @malodk02,
    This should work. Use following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:

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

    Let me know how it goes.

    Regards,
    Pratik

    #88339

    Thank you!
    It works perfekt 🙂

    #88386
    Pratik
    Keymaster

    Hi @malodk02,

    Thank you for the appreciation. If you liked our theme and support, please help us by leaving a review at https://wordpress.org/support/view/theme-reviews/catch-base.

    Regards,
    Pratik

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer widgets only on front/home-page?’ is closed to new replies.