/*
 Theme Name:   Newspaper Child
 Theme URI:    https://super-law.lawsikho.dev
 Description:  Child theme of Newspaper (tagDiv) for Super Law. Custom CSS overrides go in this file.
 Author:       Super Law
 Template:     Newspaper
 Version:      1.0.0
 Text Domain:  newspaper-child
*/

/* Add custom CSS overrides below this line */

/* Hide the footer widget columns (Editor Picks / Popular Posts / Popular Category)
   and the Footer Bottom row (logo / About Us / Follow Us). These are rendered by
   Newspaper's own TagDiv Composer footer layout, not standard WP widget areas,
   so there's no native admin toggle to switch them off -- this CSS override is
   the safe, reversible way to do it from the child theme.
   The copyright bar (.td-sub-footer-container) is intentionally left untouched. */
.td-footer-wrapper,
.td-footer-bottom-full {
    display: none !important;
}
