chrissygray Posted December 10, 2020 Share 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 1 Link to comment
Beyondspace Posted December 10, 2020 Share 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; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
chrissygray Posted December 10, 2020 Author Share 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 1 Link to comment
Beyondspace Posted December 11, 2020 Share 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you 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