I want to remove the name that appear near to the shipping cost section. how to do that
(refer the screenshot)
This topic has 4 replies, 3 voices, and was last updated 1 weeks, 6 days ago ago by Luca Rossi
I want to remove the name that appear near to the shipping cost section. how to do that
(refer the screenshot)
Hello,
Thank you for reaching out to us.
Could you please clarify exactly what you would like to remove?
Warm Regards,
The 8Theme Team
that admin name appears next to the shipping cost
Hi @harshana,
Do you mean this line: https://prnt.sc/tusFODemqJqT?
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.woocommerce-checkout .product-name-info dl.variation {
display: none;
}
Kind regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up