New Shopify Certification now available: Liquid Storefronts for Theme Developers

How to place price in the second line of the product title when displayed on the collection page?

KimGottwald
Explorer
103 0 14

Hello,

can someone tell me how to place the price in a line below the product title when displayed on collection page like in the attached picture?

Im using the Brooklyn theme: aliudclothing.com

Bildschirmfoto 2023-10-24 um 20.36.42.png

Bildschirmfoto 2023-10-24 um 20.36.21.png

Thank you!

 

Kim

Reply 1 (1)
PageFly-Noah
Globetrotter
561 130 130

Hi @KimGottwald 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
@media screen and (max-width: 767px){
.grid-product__meta {
    display: flex;
    flex-direction: column;
}
}
</style>

PageFlyNoah_0-1698202858647.png

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.