rachel-ezerproductions Posted December 4, 2019 Posted December 4, 2019 Hello, I am trying to change the Product List Title and Price to a custom font. I have tried using Google Chrome Inspect tool to highlight that type and see what the coding is for it. Unfortunately, I cannot seem to find the correct class name for these elements. I have tried .ProductList-item. I am working off of the Mentor Template. Thank you for your help and recommendations.
tuanphan Posted December 4, 2019 Posted December 4, 2019 @rachel-ezerproductions can you share link to product page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Guest Posted March 21, 2020 Posted March 21, 2020 I am having this same problem with my website. I would like to change the font of the product title on the product page. Here is the link: https://www.dakineskava.com/shop Once I click on the product I have been able to change the fonts etc., but I can't seem to do it from the product page.
tuanphan Posted March 22, 2020 Posted March 22, 2020 13 hours ago, Zoey said: I am having this same problem with my website. I would like to change the font of the product title on the product page. Here is the link: https://www.dakineskava.com/shop Once I click on the product I have been able to change the fonts etc., but I can't seem to do it from the product page. Add to Home > Design > Custom CSS @font-face { font-family: tuan; src: url(upload font and paste font file url here); } h1.ProductList-title { font-family: tuan; font-size: 40px; color: red; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.