Single product template modification – where do I find this?
-
It’s been a couple of months since I’ve made updates – I found it originally, but now I’ve forgotten where it was and I’m having trouble getting back. Where do I make changes to the individual / single product page? Specifically, I want to modify these two sections (one is a Brand logo). I do need to make the brand logo show up transparent if possible – they are usually .webp or .png.
Thanks
Attachments:
You must be
logged in to view attached files.
I may have found part of what I’m looking for in Theme Settings -> Shop -> Brands, but the logos with transparency have a black BG which doesn’t match our site look and feel.
Hello,
Add the code below in Theme Settings -> Custom CSS -> Global Custom CSS area.
.single-product .product-design-default .entry-summary:not(.col-lg-4) .wd-product-brands a {
box-shadow: none !important;
background-color: #000000;
}
Best Regards
That worked with one modification :
.single-product .product-design-default .entry-summary:not(.col-lg-4) .wd-product-brands a {
box-shadow: none !important;
background-color: transparent;
}
Sounds Great! that your issue has been solved.
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 ‘Single product template modification – where do I find this?’ is closed to new replies.