New Landing How can we help? Atelier a few style tweaks for desktop and mobile

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Atelier
  • #233381
    techtherapy
    Member
    Post count: 105

    A few questions.

    For both desktop and mobile:

    1. On the product category page, how to remove the “Read More” icon?

    For mobile:

    2. On the home page, how to remove the price overlay?
    3. On the home page, is there any way to have the product name appear?

    thanks.

    Attachments:
    You must be logged in to view attached files.
    #233385
    techtherapy
    Member
    Post count: 105

    also for mobile:

    4. how to change the product image size? the bottom gets cut off.

    #233462
    techtherapy
    Member
    Post count: 105

    worked a few out:

    1)

    .product .cart-overlay {
        display: none!important;
    }

    2)

    @media only screen and (max-width: 479px) {
    .product figure .cart-overlay, .product figure .cart-overlay .shop-actions {
        display: none!important;
    }
    #233728
    techtherapy
    Member
    Post count: 105
    This reply has been marked as private.
    #233943
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please try this:

    @media only screen and (max-width: 991px) {
    figure.animated-overlay figcaption {
        opacity: 1;
        background-color: transparent!important;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
    }

    Thanks.

    #234798
    techtherapy
    Member
    Post count: 105

    thanks David. tried but no difference.

    #235021
    David Martin – Support
    Moderator
    Post count: 20834

    What mobile/device are you testing that on?

    Thanks.

    #235030
    techtherapy
    Member
    Post count: 105

    iPhone 6.

    #235308
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please add these media queries also to handle the small screens.

    @media only screen and (max-width: 767px) {
    figure.animated-overlay figcaption {
        opacity: 1;
        background-color: transparent!important;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
    }
    
    @media only screen and (max-width: 479px) {
    figure.animated-overlay figcaption {
        opacity: 1;
        background-color: transparent!important;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
    }

    Any trouble, please add me a WP login.

    Thanks,
    David.

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