how do i change just the font of the price? everything else works properly but the price won’t change fonts? im not using a base Shopify theme.
@outerstreets - can you please share this page link?
I’d like it to be the same font, size and boldness
@outerstreets - add this css to the very end of your theme.css file and check
.product-card__price{color: var(--g-color-heading); font-weight: var(--g-p-font-weight);
line-height: var(--g-p-font-lineheight); font-size: var(--g-p-font-size);
font-family: var(--g-p-font_family); letter-spacing: var(--g-p-font-spacing);
text-transform: var(--g-p-font-transform);}
Hi @outerstreets ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly