-
Content Count
15 -
Joined
-
Last visited
Everything posted by MakingWaves
-
Summary Block fonts displaying differently on mobile
MakingWaves posted a question in Coding and Customization
Site URL: https://www.fionapickles.com/ Hey everyone. I've added this css to change the title and category fonts for my summary blocks. Each font displays perfectly on all screen sizes when viewed through Squarespace, but now the site is live, when viewed through the browser on mobile (Chrome in my instance) the fonts don't show correctly. It's only Adobe Caslon Pro so assuming this isn't the problem? First photo is how fonts display on mobile (incorrectly) and the second is how they display through Squarespace account (correctly). Any ideas? Thanks in advance. /* Summary Block -
Customising two different blogs on one website
MakingWaves replied to MakingWaves's question in Coding and Customization
Thanks Derrick. I've already set both blogs up in this way but the individual post pages display the date at the top and comments box at the bottom- if I remove these features from the design style settings, they'll disappear from all post pages from each blog, which I don't want. I just want to remove them from one blog (the portfolio). I think I'll need some CSS to make this happen... -
Customising two different blogs on one website
MakingWaves posted a question in Coding and Customization
Site URL: https://tarantula-lanternfish-c84p.squarespace.com/ Hi everyone. I have one site with two blogs - one to act as a 'standard' blog/journal and the other to act as a portfolio. I want to remove the date and comments section from the portfolio blog only, so that neither show up on individual posts or summary blocks. Can anyone help with this please? https://tarantula-lanternfish-c84p.squarespace.com/ p/w: yarwoodwhite Thanks in advance! -
Thanks so much Tuan ❤️ For some reason the padding from the top margin of the shopping cart page is playing up, so 'Basket' is sitting too close to the header (on desktop). How can I increase the padding from the top without it affecting all other pages? TY! https://elephant-falcon-8x4p.squarespace.com/cart p/w vineyard
- 15 replies
-
- shopping-cart
- sizes
-
(and 1 more)
Tagged with:
-
Oh yeh I can see it now, sorry it didn't update straight away. Weird. How do I lose the italics on the title? TY
- 15 replies
-
- shopping-cart
- sizes
-
(and 1 more)
Tagged with:
-
Hey Tuan. Always value your help, thank you. I added your code (and amended the relevant areas) but nothing's happening at all 😞 I'm on v7.0 if that makes a difference?
- 15 replies
-
- shopping-cart
- sizes
-
(and 1 more)
Tagged with:
-
Hi guys. I'd like to change the Shopping cart title to read 'Basket' and I'd like to change the font too. I also need to change the font and colour of the checkout button if poss. Any help would be really appreciated! Thank you 🙂 https://elephant-falcon-8x4p.squarespace.com/cart p/w vineyard
- 15 replies
-
- shopping-cart
- sizes
-
(and 1 more)
Tagged with:
-
Custom Font in Newsletter Block Name fields
MakingWaves replied to anees's question in Coding and Customization
Sorry - it's vineyard -
Custom Font in Newsletter Block Name fields
MakingWaves replied to anees's question in Coding and Customization
https://elephant-falcon-8x4p.squarespace.com/ 🙂 -
Custom Font in Newsletter Block Name fields
MakingWaves replied to anees's question in Coding and Customization
Hey guys. I've changed the button font on my newsletter block using the code below, but it throws out the height and alignment of the button. It now doesn't align with the white input field boxes on the left. Can anyone help? TY .newsletter-block .newsletter-form-button { font-family: 'gaultier', sans-serif!important; text-transform: uppercase; letter-spacing: 0.1em; } -
7.1 - Increase Vertical Padding in Dropdown Menu
MakingWaves replied to JenIJW's question in Coding and Customization
Hey guys. I know this is an old thread but hopefully someone can help. I've tried adding this code to create more vertical space between page titles in the drop down nav, but nothing changes. .header-nav-folder-item a { padding-top: 10px !important; } https://www.makingwavescreative.com/ Any help welcome! Thank you.