Hi,
I want to change fonts in the product description but i’m finding dificulties.
I’m currently using neue haas unica semi bold but I’d like to change it into the regular version.
I changed the code in the css settings but somehow it doesn’t seem to work.
Could someone please explain what I’m doing wrong here? Thanks!
Hi @lianhansen ,
Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?
Hi @CodingFifty ,
the URL is www.hommedelanuit.com
Password: chewhu
Thanks!
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.product__description.rte.quick-add-hidden{
font-weight: 200 !important;
font-family: 'Poppins', sans-serif !important;
}
It worked, thanks for your help!
Thanks again for your help yesterday.
I was wondering which code I have to use to change the font of the text in the collapsible rows as well.