This topic has 4 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Olga Barlow
Hello,
is there any way to customize only one product’s single page? I would like to hide the custom tab (that is defined in Theme Options) but at only one product. And add an unique background picture for this product’s page. Is it possibile?
Thanks,
Zsu
Hello,
Unfortunately, there is no option to hide the global custom tab for one product only. You can hide it using custom CSS to hide the last tab but this is not the best way
.product-content .tabs .lastItem {
display: none;
}
Product does not have the option for the custom background. You can implement this by additional customization. If you need help with this submit customization request here.
Regards
Hi Olga,
thank you, I think this solution will be OK for me temporarily. This product won’t be an all-time thing, just a part of a little campaign.
Regards,
Zsu
Hello,
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up