New Landing How can we help? Atelier Complete that Look…

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #254984
    chanson
    Member
    Post count: 11

    Is there a way to have the (upsells) “Complete that Look” section in the product page (Full Width Option) to have it opened up automatically and not closed when the person initially opens the page?

    Thanks

    #255297
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    What product URL is that for? It maybe possible to have it set open with CSS.

    Thanks.

    #255329
    chanson
    Member
    Post count: 11
    This reply has been marked as private.
    #255334
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .single-product .summary .upsells > .products {
      display: block;
    }
    .upsell-heading-link .sf-icon-plus {
      display: none;
    }
    .upsell-heading-link {
      pointer-events: none;
    }

    – Kyle

    #255337
    chanson
    Member
    Post count: 11

    Perfect.
    Thanks Kyle.

    #255340
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    #304613
    ericaharel
    Member
    Post count: 7

    thanks it helped me as well

    #304623
    David Martin – Support
    Moderator
    Post count: 20834

    Great, glad that helped!

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