Change the design of my products page

Solved

Change the design of my products page

PAUL8
Tourist
63 0 19

Hello, 

I want my product visual to look like this or this type of stuff

PAUL8_0-1727296522300.png

PAUL8_1-1727296566673.png

Can you help me?

I use theme dawn: my website is womber.fr and the password is PROPAGANDAAA

Thanks!

Cordially,

 

Accepted Solutions (3)

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

- Here is the solution for you @PAUL8 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

  <style>
@media only screen and (min-width: 600px) {
    .product--stacked .product__media-item {
        max-width: 100% !important;
        width: 100% !important;
    }
}
    </style>

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

BSSTekLabs_0-1727369889772.png

And change desktop layout to stacked

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

- Here is the result you will achieve:

BSSTekLabs_2-1727369941516.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

 

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 7 (7)

PAUL8
Tourist
63 0 19

If you also add the features of the second image (possibility to pass images, view the available sizes), it will be perfect!!

namphan
Shopify Partner
1336 164 199

Hi @PAUL8,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.product-card-wrapper .card .card__inner .card__media {
  border-radius: 0 !important;
}
.product-card-wrapper .card--standard>.card__content .card__information {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 1.7rem;
  column-gap: 1.7rem;
}
.product-card-wrapper .card-information>.price {
  margin-top: 0;
  font-size: calc(var(--font-heading-scale)* 1.2rem);
  text-align: right;
}
@media only screen and (min-width: 750px) {
  .product-card-wrapper .card--standard>.card__content .card__information {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-card-wrapper .card-information>.price {
      font-size: calc(var(--font-heading-scale)* 1.3rem);
  }
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
PAUL8
Tourist
63 0 19

Hello, that didn't work...

namphan
Shopify Partner
1336 164 199

Hi @PAUL8,

You don't want this?

Screenshot.png

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

- Here is the solution for you @PAUL8 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

  <style>
@media only screen and (min-width: 600px) {
    .product--stacked .product__media-item {
        max-width: 100% !important;
        width: 100% !important;
    }
}
    </style>

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

BSSTekLabs_0-1727369889772.png

And change desktop layout to stacked

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

- Here is the result you will achieve:

BSSTekLabs_2-1727369941516.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

 

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now