Home Forums WoodMart support forum Single product template modification – where do I find this?

Single product template modification – where do I find this?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #601043

    COMusicBiz
    Participant

    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.
    #601049

    COMusicBiz
    Participant

    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.

    #601314

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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

    #601423

    COMusicBiz
    Participant

    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;
    }
    #601617

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Single product template modification – where do I find this?’ is closed to new replies.