• How can I remove “Add widgets to the Footer at Appearance > Widgets” from the bottom of pages? Please explain in simple terms as I’m new to all this! Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, @alicemceleney. This message is probably coming from the theme itself, so…which theme is it that you’re using?

    Thread Starter alicemceleney

    (@alicemceleney)

    The theme is “Panoramic”.
    Thanks,
    Alice.

    Alice, if you were to set up a Child Theme for Panoramic, then you could copy its footer.php file to your child theme folder, then edit that copy of the file and remove this part:

       <div class="notice">
            <?php _e( 'Add widgets to the Footer at Appearance > Widgets', 'panoramic' ); ?>
        </div>
    
    • This reply was modified 9 years, 8 months ago by girlieworks.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove “Add widgets to the Footer at Appearance > Widgets” from bottom of pages’ is closed to new replies.