New Landing How can we help? Themeforest Theme Support Neighborhood Mobile shop product remove add to shopping

Viewing 4 posts - 1 through 4 (of 4 total)
  • #151809
    serieux
    Member
    Post count: 112

    Hi,

    How can I remove the ‘add to shopping’,’select options’, wishlist and the overall border in the shop page for mobile only?

    So in final it’s just the picture itself and a description under it.

    Please see attachments,

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #151812
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    
    @media only screen and (max-width: 767px){
    .post-type-archive-product .shop-actions. {
    display: none!important;
    }
    }

    -Rui

    #153946
    serieux
    Member
    Post count: 112

    Hi Thanks for that,

    But unfortunately the custom CSS did not work.

    Can you please suggest how I fix this?

    Thanks

    #154165
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to use this custom css code:-

    @media only screen and (max-width: 767px){
    .post-type-archive-product .shop-actions {
    display: none!important;
    }
    }

    Thanks
    Mohammad

Viewing 4 posts - 1 through 4 (of 4 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