Home Forums Jevelin Theme How to remove the footer on product page ? Reply To: How to remove the footer on product page ?

Home Forums Jevelin Theme How to remove the footer on product page ? Reply To: How to remove the footer on product page ?

Solution for this topic

To remove it from product category page please use the below CSS code.

 

.archive.tax-product_cat footer.sh-footer {
    display: none;
}