Gigi-C Posted May 3 Share Posted May 3 URL: https://coucoustudio.squarespace.com/ PW: CCS24 Hey all! I have a dilemma that I can't seem to solve. I have a testimonial block with simple list - however I can't get the the title to customise the font - I want the font to be the same but I want to change the weight to regular/light and I want to change the size. Is there a code for this? I've looked and added some but somehow nothing works. Not sure if it might be my browser? Also - if anyone knows of a neater, minimalist way of doing this without the faff, please let me know. Thanks so much! Link to comment
Solution Harsh_Yadav Posted May 3 Solution Share Posted May 3 @Gigi-C Now you can only change the font-size. Please add blow CSS code in your website for this! You can able to change the font-weight because Now In your website only install 2 variants(medium & bold) of HelveticaNeue font. If you want to show 'HelveticaNeue-thin' font in your blog title. Then you need to add/install this font in your website. section[data-section-id="663412ff86c058167eb4e769"] ul li .list-item-content__title { font-size: 20px !important; line-height: 26px; font-family: 'HelveticaNeue-thin'; } Thanks! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment