Home Forums Jevelin Theme Remove the category name inside a product-category page Reply To: Remove the category name inside a product-category page

Home Forums Jevelin Theme Remove the category name inside a product-category page Reply To: Remove the category name inside a product-category page

Solution for this topic

Hi Ben,

 

I hope you are well today and thank you for your question.

 

I am not sure what you meant by not only css in your question but 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

 

.archive.tax-product_cat .additional-information.sh-default-color {
    display: none;
}

 

Best regards,
Shufflehound team