Home Forums WoodMart support forum How to hide 2x vendor name in product page tab?

How to hide 2x vendor name in product page tab?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #374348

    contactpleazurr
    Participant

    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)

    #374487

    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

    #375015

    contactpleazurr
    Participant

    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.

    #375192

    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

    #375236

    contactpleazurr
    Participant

    Perfect that worked! Thank you šŸ™‚

    #375237

    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.

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

The topic ‘How to hide 2x vendor name in product page tab?’ is closed to new replies.