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

Hi Ben,

 

Thank you for your question.

 

You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.single-product footer.sh-footer {
    display: none;
}

 

Best regards,
Shufflehound team