Complementary Products Price Font Size

Is this possible to change the price font size of the Complementary Products? Similar to the Related products below the product.

1 Like

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.

1 Like

@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

1 Like

Hello @Tarasm

Please share me store url not a backend url.

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

@Tarasm

What is the front end password of the store

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

1 Like

towhee

make the font size 1.em it is currently 1.3 em in complimentary products

1 Like

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;
}

1 Like

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 ?