chrissygray Posted December 10, 2020 Posted December 10, 2020 Site URL: https://girlonthego.net/online-store This site is using the Bedford template which doesn't appear to have any standard customization options for the Products section. I would like to know the CSS code to change the product title font and product title size. Thank you!
Beyondspace Posted December 10, 2020 Posted December 10, 2020 50 minutes ago, chrissygray said: Site URL: https://girlonthego.net/online-store This site is using the Bedford template which doesn't appear to have any standard customization options for the Products section. I would like to know the CSS code to change the product title font and product title size. Thank you! You can use these 2 snippet, first one for the product collection, the second for the product page detail #productList .product .product-title, .no-touch .product-list-titles-overlay #productList .product .product-title { font-size: 1em; } #productList .product .product-price, .no-touch .product-list-titles-overlay #productList .product .product-price { font-size: .7em; } #productDetails .product-title { font-size: 38px; } #productDetails .product-price { font-size: 14px; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
chrissygray Posted December 10, 2020 Author Posted December 10, 2020 14 hours ago, bangank36 said: @bangank36 Thank you so much for this! Worked great. However, now that I changed the product details page as well, I was wondering how to change the size of the product description? Thank you very much!
Beyondspace Posted December 11, 2020 Posted December 11, 2020 3 hours ago, chrissygray said: @bangank36 Thank you so much for this! Worked great. However, now that I changed the product details page as well, I was wondering how to change the size of the product description? Thank you very much! Use class name .product-excerpt BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Archived
This topic is now archived and is closed to further replies.