amieamie 0 Share Posted September 29, 2020 Site URL: https://www.amieamie.ca/ Hello, How do I go about changing the size of the product title and price on the home page? https://www.amieamie.ca/ Every post I read about it says this... In the Home Menu, click Design, then click Fonts. Choose a font, and click the to apply the font to specific parts of your site. ... but there is no such thing as a wheel symbol or any product list section where I could change the size of the font. Any idea what I can do? Moreover, the price style and font are different on the SHOP's page, and I have no idea how to access that either! Thanks! Link to post
0 paul2009 29,745 Share Posted September 29, 2020 (edited) 1 hour ago, amieamie said: How do I go about changing the size of the product title and price on the home page? On a normal Store page in Squarespace 7.1 you can change the fonts from the Design > Fonts menu. This launches the Fonts panel where you can customise the font sizes and styles. However, your home page appears to be built using Product Blocks. These use 'Paragraph2' formatting that is used in many places on your site, so if you change this font in the Fonts panel, it will change other areas too. However, you can change the sizes of titles and prices within Product Blocks using "CSS". Add the styles below to Design > Custom CSS and adjust the sizes to suit you. The current sizes are 1.3em and 1.1em respectively. /* Product Block Titles */ .product-block .productDetails .product-title { font-size: 1.8em; } /* Product Block Prices */ .product-block .productDetails .product-price { font-size: 1.5em; } The current sizes are 1.8em and 1.5em respectively. By the way, the fonts on the store page and the home page are all the same - Proxima Nova. However, they are shown in different sizes and different weights. If a post helps you, please click a "Like" option below ↘️ Edited September 29, 2020 by paul2009 Hi, I'm Paul, founder of SF Digital, a specialist company helping Squarespace users by building the features that Squarespace didn't include™. Explore our range of Squarespace Extensions, including the Wishlist, and Datepicker Extension or book a Squarespace Expert for 1:1 help. Note that links in my posts may be affiliate links. Link to post
0 vanessailene 0 Share Posted October 9, 2020 I have the same issue. i just tried the CSS from Paul2009 and it said "syntax error". I am not sure what happened. I copied it directly in to the CSS box. I have ventura. Link to post
0 creedon 410 Share Posted October 9, 2020 @vanessailene Can you post the CSS you pasted into Design > Custom CSS or a screenshot of it with perhaps the error message? Hello I'm Thomas. I've been getting websites up and running for 26 years. I want to help you at whatever level meets your needs, from as little (if you're a DIYer) to as much as you need. Link to post
Question
amieamie 0
Site URL: https://www.amieamie.ca/
Hello,
How do I go about changing the size of the product title and price on the home page? https://www.amieamie.ca/
Every post I read about it says this...
... but there is no such thing as a wheel symbol or any product list section where I could change the size of the font.
Any idea what I can do? Moreover, the price style and font are different on the SHOP's page, and I have no idea how to access that either!
Thanks!
Link to post
Top Posters For This Question
1
1
1
1
Popular Days
Sep 29
2
Oct 9
2
Top Posters For This Question
amieamie 1 post
paul2009 1 post
vanessailene 1 post
creedon 1 post
Popular Days
Sep 29 2020
2 posts
Oct 9 2020
2 posts
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment