New Landing How can we help? Atelier Problem in smarphone version

Viewing 9 posts - 16 through 24 (of 24 total)
  • Posted in: Atelier
  • #330343
    alomu89
    Member
    Post count: 19
    This reply has been marked as private.
    #330346
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Thanks. Add the code below to your custom css option.

    @media only screen and (max-width: 767px){
    .button.product_type_simple {
        display: none!important;
    }
    }

    -Rui

    #330354
    alomu89
    Member
    Post count: 19
    This reply has been marked as private.
    #330356
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    That css is fine, that’s a normal warning about the important tag.
    What specific products? This should remove it from all products.

    Don’t forget to purge the cache from the browser/plugins.

    -Rui

    #330361
    alomu89
    Member
    Post count: 19
    This reply has been marked as private.
    #330362
    alomu89
    Member
    Post count: 19
    This reply has been marked as private.
    #330365
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It was missing the variable products. replace my previous css code by this one below.

    @media only screen and (max-width: 767px){
    .button.product_type_simple, .button.product_type_variable {
        display: none!important;
    }
    }

    -Rui

    #330503
    alomu89
    Member
    Post count: 19
    This reply has been marked as private.
    #330508
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.

    -Rui

Viewing 9 posts - 16 through 24 (of 24 total)

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

License required for the following item
Login and Registration Log in · Register