Focusing on managing products, variants, and collections through the API.
Is this possible to change the price font size of the Complementary Products? Similar to the Related products below the product.
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
span.price-item.price-item--regular {
font-size: 1.2rem!important;
}
yes keep the same font size and font type in css of complimentary products
Hello @Tarasm
Please share your store URL and password.
So that I will check and let you know the exact solution here.
.
Sorry, wrong link.
Hello @Tarasm
Please share me store url not a backend url.
https://claykyiv.myshopify.com/products/%CE%BA%CE%BF%CF%85%CE%BB%CE%BF%CF%8D%CF%81%CE%B9-koulouri
Product page with Related and Complimentary products
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
span.price-item.price-item--regular {
font-size: 1.2rem!important;
}
@Tarasm
try not to share ur store pwd openly or change the pwd after the task is done. the other person is working on your store not me
I'll remove it
ok great
what is ur website url ?
https://claykyiv.myshopify.com/
I managed to change the price size of the products in CSS, but not in the Complementary products
What is the front end password of the store
towhee
make the font size 1.em it is currently 1.3 em in complimentary products
Can you help me where to find this in "Edit code"?
yes min
in your shopify go to
go to assets >> component card . css file - line 210
No, this doesn't work(
is it fixed ?
Works with ZestardTech solution
ok great
Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.