New Landing How can we help? Themeforest Theme Support Neighborhood CSS not working to remove Related Products on product page

Viewing 7 posts - 16 through 22 (of 22 total)
  • #224691
    melete26
    Member
    Post count: 41

    Hi,
    That css hides the Upsells as well as the related products. I only want the related products to be hidden.Is it possible to do that in the latest version of the theme? I was able to do it before with this css, but it doesn’t work anymore.

    .related.products {
    display: none !important;
    }

    Thank you.

    #224697
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this one. If doesn’t work will provide you my Ip from the Home computer.

    .single-product .container.product-after-wrap .related{
        display: none;
    }

    -Rui

    #224699
    melete26
    Member
    Post count: 41

    Sorry, that now shows both sections of products.

    #224830
    melete26
    Member
    Post count: 41
    This reply has been marked as private.
    #224842
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue through this css code:-

    .single-product .product-carousel:nth-child(2){
    display:none !important;
    }

    Thanks
    Mohammad

    #224847
    melete26
    Member
    Post count: 41

    It works beautifully! I never could have figured that one out on my own. Thank you so very much!

    #224851
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad 🙂 to help you.
    Mohammad

Viewing 7 posts - 16 through 22 (of 22 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register