Reply To: Footer widgets together with woocommerce

Home Forums Support Footer widgets together with woocommerce Reply To: Footer widgets together with woocommerce

Home Forums Support Footer widgets together with woocommerce Reply To: Footer widgets together with woocommerce

#87760
Tom
Lead Developer
Lead Developer

I know WooCommerce includes button styles which are more specific than the GP styles can be, so that may be the issue. More info on that here: https://wordpress.org/support/topic/how-to-have-gp-custimization-overide-woocommerce-color-defaults?replies=4

The WooCommerce index page uses the index.php template file, which ignores metaboxes (like the blog does).

To remove the footer widgets on WooCommerce pages, you can do this:

.woocommerce .footer-widgets {
      display: none;
}