This topic has 6 replies, 2 voices, and was last updated 8 months, 2 weeks ago ago by Rose Tyler
Hi
Please see here
https://obxgourmet.com/product/14-pc-velvet-heart-box/
and
https://obxgourmet.com/product-category/chocolates-sweets/
I want to change the fonts of the PRICE text.
I tried to check in builder panel but couldnt find font family option for price text.
(see attachment)
Let me know please.
Thank you.
Hello, Mitul,
Thank you for contacting us and for using XStore.
.single-product .et_product-block > .price {
font-family: "Dosis", Sans-serif;
}
Should you have any further questions or require additional assistance, please do not hesitate to contact us.
Best Regards,
8Theme’s Team
Hi
If you see screenshot, the font size is also different and i cant see font size defined in your code above.
So I think there is something else from where the fonts are coming.
Individual product page has blue color too.
I am sure its somewhere visible to do this.
THanks.
Hello, Mitul,
We appreciate your prompt response.
Please be informed that adjustments to the font size and color for price on a single product page can be made through the Theme Options, as illustrated in the following screenshot: https://prnt.sc/S4X0JcAVG5QX.
Should this not meet your requirements, we kindly request that you provide us with a more detailed description of the outcome you wish to achieve
Best Regards,
8Theme’s Team
Hi
This one https://prnt.sc/S4X0JcAVG5QX does not have option to change fonts (type of fonts).
I want to change that font to ROBOTO.
Please tell me from where I can change.
Thanks.
Hello, Mitul,
In this case, you need to use custom CSS code, please add the next code in Theme Options > Theme Custom CSS > Global:
.single-product .et_product-block > .price {
font-family: "Roboto", Sans-serif !important;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up