rtijori Posted November 7, 2023 Posted November 7, 2023 The banner on my website is a little small. Is there anyway to 1) make the font larger and 2) also make the background behind in black so it's easier to read instead of over the image? Thank you!
SaranyaDesigns Posted November 7, 2023 Posted November 7, 2023 @rtijori Can you include a link to your site so we can have a closer look?
rtijori Posted November 7, 2023 Author Posted November 7, 2023 Sorry! I thought it was included in the original post. It's www.rtijori.com SaranyaDesigns 1
SaranyaDesigns Posted November 7, 2023 Posted November 7, 2023 @rtijori thanks. I assume by "banner" you're referring to the header, where the logo and navigation is? If so, you may be able to adjust some of these settings under DESIGN -> SITE STYLES... if not, then try this in your custom CSS: .Header { background: rgba(0,0,0,0.85); } .Header-nav-item, .Cart.sqs-custom-cart { font-size: 16px; } you can play with the px to find the size you want for the font... same with the 0.85 in the background color, you can adjust that to higher or lower depending if you want it to be more or less transparent.
rtijori Posted November 9, 2023 Author Posted November 9, 2023 Thank you! This is really helpful. In a shop if I want to change the size that categories of products show up as, how do I change that? I can't seem to find it on the design tab.
creedon Posted November 9, 2023 Posted November 9, 2023 Quote Sorry! I thought it was included in the original post. The forum software does provide a field to enter a URL but for some reason it doesn't include that URL in the post so you have to enter the URL as part of the post content for a URL to be seen. SaranyaDesigns 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
creedon Posted November 9, 2023 Posted November 9, 2023 Quote I can't seem to find it on the design tab. Site Styles is now located at Website > Design > Site Styles. The trick with Site Styles is to have the page you want to alter up. Then go to Website > Design > Site Styles. Then you hover over the element you want to change, click, and any tweaks that are relevant to that element will show on the left in the panel. This technique is not perfect. There are times when you need to show all and scan the entire tweaks list to find a relevant setting. If after all that you don't find a setting, then there is none and you need custom CSS and/or JavaScript to make things happen, if doable. SaranyaDesigns 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
rtijori Posted November 14, 2023 Author Posted November 14, 2023 Thank you! I found the site styles tab for my shop but there's still no option to increase the font size for the categories in the navigation bar. Would this code work for that? } .Header-nav-item, .Cart.sqs-custom-cart { font-size: 16px; }
Solution creedon Posted November 14, 2023 Solution Posted November 14, 2023 SS has style tweaks for that element. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment