Shopify themes, liquid, logos, and UX
can someone make the prices on my website https://swawe.store/ look as symmetrical on mobile as this sample image
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
If this was helpful, hit the like button and accept the solution.
Thanks
didn't work
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
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.
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
Buy me a Pizza
If this was helpful, hit the like button and accept the solution.
Thanks
fail
hello @swawestore
You will clarify what exactly you want
thanks
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024