can someone help me with making the price on my website look like this sample website

can someone help me with making the price on my website look like this sample website

swawestore
Explorer
114 0 18

can someone make the prices on my website https://swawe.store/ look as symmetrical on mobile as this sample image IMG_4419.jpgIMG_4417.jpg

Replies 8 (8)

GTLOfficial
Shopify Partner
551 117 108

Hello @swawestore 
Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.

@media screen and (max-width: 750px) {
.price__container span {
font-family: 'font_Regular' !important;
}
}

result
3.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh
swawestore
Explorer
114 0 18

didn't work

GTLOfficial
Shopify Partner
551 117 108

Try This -

Go to online store ----> themes ----> actions ----> edit code---->theme.liquid
and paste this code before </head>

<style>
@media screen and (max-width: 750px) {
.price__container span {
font-family: 'font_Regular' !important;
}
}
</style>

thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh
swawestore
Explorer
114 0 18

IMG_4422.PNG

GTLOfficial
Shopify Partner
551 117 108

now need to reduce the font size of the price .
Ques 1) do you want both the prices to show.?
or you want to delete regular price and show only sale price.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh

Sangeetanahar
Explorer
541 36 69

hello @swawestore 

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->component-price.css...>
add the code end of the file
.price--on-sale .price-item--regular {

display: none !important;

}

result

MUHAMMAD-ALI-GREATEST-OF-ALL-TIME-EMBROIDERED-T-SHIRT-–-SWAWE.png

Buy me a Pizza


If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
swawestore
Explorer
114 0 18

fail

Sangeetanahar
Explorer
541 36 69

hello @swawestore 

You will clarify what exactly you want

thanks

 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here