How to hide 2x vendor name in product page tab?
-
Hello,
In the single product TAB -> shop info it is showing the vendor name 2x:
Vendor Information
Shop Name: femminineart
Vendor: femminineart (with link to vendor page)
(as seen here: https://snipboard.io/516vLn.jpg)
Shop Name & Vendor will always be the same therefore, there is no reason to show this 2x.
How can I get it to show only like this?:
Vendor Information
Shop Name: femminineart (with link to vendor page)
Hello,
Please try adding the following Custom CSS for that in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wc-tabs-wrapper li.seller-name {
display: none;
}
Best Regards
Hello,
This css code deletes the link to the vendor profile. As mentioned, I still need the link to the seller profile there:
“Shop Name: femminineart (with link to vendor page)”
Please advise.
Hello,
Please replace the previous Custom CSS with the following then check back.
li.seller-name span:nth-child(1) {
display: none;
}
li.store-name span:nth-child(2) {
display: none;
}
li.seller-name .details {
position: absolute;
left: 10%;
margin-top: -36px;
}
And see if this works for you. Otherwise it requires Customizations.
Best Regards
Perfect that worked! Thank you š
Most Welcome!!!.
Iām so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘How to hide 2x vendor name in product page tab?’ is closed to new replies.