This topic has 2 replies, 2 voices, and was last updated 3 months, 2 weeks ago ago by Rose Tyler
how can make these change on product page
i want to change the text and add icon on the tab.
you can see what i want in this link:
https://ibb.co/vqDwCmw
please can you explain with video
thanks
Hello,
Thank you for reaching out to us with your request.
Please read this article – https://woocommerce.com/document/editing-product-data-tabs/
There is no option to add an image for a tab, but custom CSS code can be used, for example:
.wc-tabs .et-woocommerce-tab:last-child a:after {
content: url('/wp-content/uploads/2024/07/logo.png');
width: 30px;
}
change /wp-content/uploads/2024/07/logo.png to the desired image URL.
We hope this information is helpful.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up