Label around text

Solved

Label around text

JarnoBroekkamp
Excursionist
72 0 10

Hi everyone,

 

I want to showcase these 3 steps in white fields around the texts, can anyone help me with this?

 

 

Image 18-06-2024 at 13.31.jpeg

Accepted Solution (1)
niraj_patel
Shopify Partner
2391 516 515

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
 multi-column .snap-center {
    background: #fff !important;
    padding: 30px;
 }
</style>

techlyser_web_0-1718711226574.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 5 (5)

niraj_patel
Shopify Partner
2391 516 515

Hello @JarnoBroekkamp 
Can you share store URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
JarnoBroekkamp
Excursionist
72 0 10
niraj_patel
Shopify Partner
2391 516 515

techlyser_web_0-1718710777491.png

you want this?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
JarnoBroekkamp
Excursionist
72 0 10

Yeah something like that, but maybe a litlle bit wider and higher around the texts

 

niraj_patel
Shopify Partner
2391 516 515

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
 multi-column .snap-center {
    background: #fff !important;
    padding: 30px;
 }
</style>

techlyser_web_0-1718711226574.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com