El1z4b3th Posted April 23, 2020 Share Posted April 23, 2020 Hi, I'm having real trouble changing font relating to products. It would seem they don't adhere to my previous coding ( a custom font change for h1, h2,h3 and P) I have searched this forum and did try solutions already posted to no luck. Anyone know what could be wrong? tweak-product-item-details-show-title .ProductItem-details h1.ProductItem-details-title { font-family: 'TYPEWRITER'; } Also tired this one: .producttitle { font-family: 'TYPEWRITER'; } Sorry, very new to CSS but what seems to work for some people just isn't for me. My site isn't online yet so I have attached a screenshot and circled the text I would like changing to the typewriter font seen also in the image. Thanks so much! Link to comment
tuanphan Posted April 23, 2020 Share Posted April 23, 2020 Can you share link to product page? If your site in trial, you can setup password & share url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
El1z4b3th Posted April 27, 2020 Author Share Posted April 27, 2020 Hi thanks so much for your response - this is the link to my product page: https://aqua-cricket-9zk5.squarespace.com/oils Let me know if you need anything else! Link to comment
tuanphan Posted April 28, 2020 Share Posted April 28, 2020 8 hours ago, El1z4b3th said: Hi thanks so much for your response - this is the link to my product page: https://aqua-cricket-9zk5.squarespace.com/oils Let me know if you need anything else! Your site product title has different class name. Use this .collection-type-products .grid-title { font-family: 'TYPEWRITER'; } TwoRabbits 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
El1z4b3th Posted April 30, 2020 Author Share Posted April 30, 2020 Thank you!! Worked perfectly. 🙂 Link to comment
sabrinaramgal Posted November 23, 2020 Share Posted November 23, 2020 Hi!! I'm having the same problem I want to change the title of my products to my custom font I used in H2. Here's the link to the website: www.elojoquevelaluz.com Link to comment
tuanphan Posted December 3, 2020 Share Posted December 3, 2020 On 11/24/2020 at 12:57 AM, sabrinaramgal said: Hi!! I'm having the same problem I want to change the title of my products to my custom font I used in H2. Here's the link to the website: www.elojoquevelaluz.com Product name uses this CSS h1.ProductItem-details-title { font-family: 'ojo regular' !important; } sprogis11 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Sherman Posted December 21, 2020 Share Posted December 21, 2020 On 12/3/2020 at 6:06 PM, tuanphan said: Product name uses this CSS h1.ProductItem-details-title { font-family: 'ojo regular' !important; } Hi i used this code, changed it up to my custom font family and it worked for the desktop site and not the mobile site. Is there a reason why? https://dog-apricots-dryc.squarespace.com/ Here's the site. Password: Besttaste123 sprogis11 1 Link to comment
tuanphan Posted December 22, 2020 Share Posted December 22, 2020 On 12/21/2020 at 1:41 PM, Sherman said: Hi i used this code, changed it up to my custom font family and it worked for the desktop site and not the mobile site. Is there a reason why? https://dog-apricots-dryc.squarespace.com/ Here's the site. Password: Besttaste123 I don't see product title on mobile? https://dog-apricots-dryc.squarespace.com/shop/p/506sojhh547wtp3lk484l9akpds95c Also, on mobile, footer menu right align, social is left align. Do you want all right or left align? On this page https://dog-apricots-dryc.squarespace.com/contract-manufacturing You haven't changed SEO Title, so browser tab name still shows "Gallery 2" Similar on this page https://dog-apricots-dryc.squarespace.com/customised-packaging Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
TwoRabbits Posted February 22, 2021 Share Posted February 22, 2021 On 4/27/2020 at 11:32 PM, tuanphan said: Your site product title has different class name. Use this .collection-type-products .grid-title { font-family: 'TYPEWRITER'; } Hi T! That code worked for my site's shop page - thank you! How do I change the font for the individual item page? Link to comment
tuanphan Posted February 28, 2021 Share Posted February 28, 2021 On 2/23/2021 at 2:47 AM, TwoRabbits said: Hi T! That code worked for my site's shop page - thank you! How do I change the font for the individual item page? Can you share link to an individual item page? We can check easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Chlohat Posted May 20, 2021 Share Posted May 20, 2021 Hi, i am having the same Problem. I want to use a font i added to the website called "ALTE-Regular2" but i can't seem to make it work. https://groundhog-lion-mba7.squarespace.com/reservation-en-ligne Password: Chloelaplusbelle Link to comment
tuanphan Posted May 21, 2021 Share Posted May 21, 2021 On 5/20/2021 at 3:57 PM, Chlohat said: Hi, i am having the same Problem. I want to use a font i added to the website called "ALTE-Regular2" but i can't seem to make it work. https://groundhog-lion-mba7.squarespace.com/reservation-en-ligne Password: Chloelaplusbelle Add to Design > Custom CSS /* Product title font */ h1.ProductList-title { font-family: 'ALTE-Regular2' !important; } Chlohat 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Chlohat Posted June 3, 2021 Share Posted June 3, 2021 On 5/21/2021 at 4:22 PM, tuanphan said: Add to Design > Custom CSS /* Product title font */ h1.ProductList-title { font-family: 'ALTE-Regular2' !important; } Hi thank you for that, is there also a way to make the product title on the product page be in my custom font. Thank you for your help. sprogis11 1 Link to comment
tuanphan Posted June 4, 2021 Share Posted June 4, 2021 23 hours ago, Chlohat said: Hi thank you for that, is there also a way to make the product title on the product page be in my custom font. Thank you for your help. Use this /* Product title font */ h1.ProductList-title, h1.ProductItem-details-title { font-family: 'ALTE-Regular2' !important; } sprogis11 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
CreativeGirlHub Posted February 28, 2022 Share Posted February 28, 2022 Hi I was having the same problem with the Product Title and this code worked /* Product title font */ h1.ProductList-title, h1.ProductItem-details-title { font-family: 'alta-regular' !important; } However now how do I add that font to the product price? Link to comment
tuanphan Posted March 3, 2022 Share Posted March 3, 2022 On 3/1/2022 at 5:50 AM, CreativeGirlHub said: Hi I was having the same problem with the Product Title and this code worked /* Product title font */ h1.ProductList-title, h1.ProductItem-details-title { font-family: 'alta-regular' !important; } However now how do I add that font to the product price? Use this h1.ProductList-title, h1.ProductItem-details-title, .product-price, .product-price * { font-family: 'alta-regular' !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
isobeleastwood Posted March 5, 2022 Share Posted March 5, 2022 hey, i am having a similar issue! how do i change the font to my 'mainfont' on the product list page (not the individual products page)? i have successfully applied it to the price and main heading (on the individual page only - not the product list gallery page). thanks!!! issy Link to comment
isobeleastwood Posted March 5, 2022 Share Posted March 5, 2022 Just now, isobeleastwood said: hey, i am having a similar issue! how do i change the font to my 'mainfont' on the product list page (not the individual products page)? i have successfully applied it to the price and main heading (on the individual page only - not the product list gallery page). thanks!!! issy Link to comment
tuanphan Posted March 6, 2022 Share Posted March 6, 2022 On 3/5/2022 at 12:35 PM, isobeleastwood said: What is site url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
isobeleastwood Posted March 7, 2022 Share Posted March 7, 2022 11 hours ago, tuanphan said: What is site url? www.stuffbystink.com password: swagger Link to comment
tuanphan Posted March 10, 2022 Share Posted March 10, 2022 Use this CSS .grid-main-meta * { font-family: 'mainfont' !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
taylaavee Posted September 23, 2022 Share Posted September 23, 2022 On 3/3/2022 at 4:44 AM, tuanphan said: Use this h1.ProductList-title, h1.ProductItem-details-title, .product-price, .product-price * { font-family: 'alta-regular' !important; } I am trying to plug this code into my website but it isn't changing the product title, only the price. I am trying to change the product title to Open Sans bold. @tuanphan Are you able to help? Link to comment
tuanphan Posted September 24, 2022 Share Posted September 24, 2022 13 hours ago, taylaavee said: I am trying to plug this code into my website but it isn't changing the product title, only the price. I am trying to change the product title to Open Sans bold. @tuanphan Are you able to help? I just tested on my demo site. The code should work. Can you share link to a product on your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
CoorlasArchitecture Posted June 13 Share Posted June 13 Hello - Having a similar issue with my main header title font. I want it to match the other headers I have on my remaining pages with is my header 2 and bolded. Also if possible I'd like to left justify it like the other pages: https://www.coorlasarch.com/products 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