BuddyBoss Home – Web Support Forums Solutions Social MarketPlace Redundent Text: store owner name

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

    #63331
    @bruce7075

    Hi,

    I find that at top of up-sell products it shows up the store owner name, which is nothing to do with these up-sell products.

    Please kindly advise how to remove it. Thanks very much!

    Bruce

    Answers

    #64221

    Anonymous
    @

    Hi @bruce7075, Sorry for the delayed reply…Please let me know the exact location of this sell-up box so I could provide you css to remove that.

    Regards

    #64300
    @bruce7075

    Hi @pallavi, if I set Up-Sells products in a product, then it shows up this Up-Sell box. In other words, if I set Up-Sells products for every product, then it will show up on every product page.

    #64306

    Anonymous
    @

    Hi @bruce7075,

    You can use following css to hide site-icon and store name

    
    .single-product .upsells.products .store-icon, .single-product .upsells.products .store-name {
        display: none!important;
    }
    

    Regards
    Varun Dubey

    #64310
    @bruce7075

    Hi @vapvarun, thanks! It works well.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘Redundent Text: store owner name’ is closed to new replies.