How can I put text price before my price?

Solved

How can I put text price before my price?

anapdeabreu
Excursionist
21 0 10

anapdeabreu_0-1719583873745.png

I want it to look like this: 

Accepted Solution (1)

ProtoMan44
Shopify Partner
610 54 92

This is an accepted solution.

@anapdeabreu hey, thanks for posting here.
please put it on css:

 

.produc .price__sale {
    position: relative;
}
.product .price__sale .product-form__info-title {
    position: absolute;
    top: 40%;
    left: 0;
}

ProtoMan44_0-1719585237755.png

 

 

if it solve your issue so please mark it as solved.
thanks

 

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!

View solution in original post

Replies 2 (2)

ProtoMan44
Shopify Partner
610 54 92

This is an accepted solution.

@anapdeabreu hey, thanks for posting here.
please put it on css:

 

.produc .price__sale {
    position: relative;
}
.product .price__sale .product-form__info-title {
    position: absolute;
    top: 40%;
    left: 0;
}

ProtoMan44_0-1719585237755.png

 

 

if it solve your issue so please mark it as solved.
thanks

 

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!