-
Content Count
22 -
Joined
-
Last visited
Everything posted by ashleemundywebsitede
-
Google ReCaptcha Mobile Newsletter Block
ashleemundywebsitede posted a question in Coding and Customization
Site URL: https://www.ellenrittberg.com/ Is there a way to customize/fix Google ReCaptcha in mobile mode on a newsletter block? I just want it to span the container or at least just be rectangular like it is on desktop. I have it there for a client and it just looks so bad. Pic attached. Thanks! -
Would I be able to use this and put the specific quote block ID to edit just a single quote block on a site?
-
This worked wonderfully! Thank you! Any way to make the subtitle text show up under the title font on a grid gallery?
- 6 replies
-
- css
- grid-gallery
-
(and 1 more)
Tagged with:
-
How to make Top Header Opaque in Brine template?
ashleemundywebsitede posted a question in Coding and Customization
Hey! I have my navigation in the top header and would like to keep it there. It currently has a dark grey under it and I was wondering if there's any way to make that color slightly opaque? I don't want it completely translucent or I would move it down to the bottom header but wondering if there's a way to make the top header opaque. Thanks!- 1 reply
-
- css
- custom-css
-
(and 1 more)
Tagged with:
-
CSS CODE FOR AUDIO BLOCKS
ashleemundywebsitede replied to NotAHologram's question in Coding and Customization
That worked like a charm! Thank you so much!- 28 replies
-
- custom-css
- audio
-
(and 1 more)
Tagged with:
-
Increase Font Size Inside Audio Block with CSS
ashleemundywebsitede posted a question in Coding and Customization
I've seen a few posts for customizing the audio block color wise, but nothing addressing how to adjust the font size inside? Is this possible? I've tried adding font-size adjustments inside the css I've found but nothing has worked. Thanks!- 1 reply
-
- css
- custom-css
-
(and 2 more)
Tagged with:
-
CSS CODE FOR AUDIO BLOCKS
ashleemundywebsitede replied to NotAHologram's question in Coding and Customization
Is there a way to make the font bigger inside the audio block as well?- 28 replies
-
- custom-css
- audio
-
(and 1 more)
Tagged with:
-
Hey! How can I customize the color of the social icon block using CSS in a Brine family 7.0 template? Also, wondering if there's a way to do this with a single icon block on a particular page using the block/collection ID? Thanks so much!
-
- social-links
- css
-
(and 3 more)
Tagged with:
-
Adjusting mobile site title size in 7.1 with CSS
ashleemundywebsitede posted a question in Coding and Customization
Not asking a question but answering my own since I saw it addressed a couple times here! I was having trouble making just my mobile title smaller- when I adjusted it perfectly for desktop, it overlapped to two lines on mobile. This CSS code worked for me: @media screen and (max-width:767px) { a#site-title { font-size: 28px !important; } } Just adjust the font size to your liking! -
Smaller text mobile view 7.1?
ashleemundywebsitede replied to mportch's question in Coding and Customization
How would you change the size of the site title in mobile only? -
Hey! My client sent me the code snippet for his "twitter universal website tag code" and I'm not seeing any Squarespace info on where to put this. In the Header Advanced Code block? At the bottom of ever page in a code block? Please help! https://business.twitter.com/en/help/campaign-measurement-and-analytics/conversion-tracking-for-websites.html Thanks so much!
-
Change background color of Text Block?
ashleemundywebsitede replied to mrobinson99's question in Coding and Customization
Thank you so much! :):) -
Hey! I'm using various image blocks across a Brine template (specifically overlap, card, collage and stack). My client's copy varies in length from page to page and I'd really like to implement the image block designs more without having wonky spaces / sizing. Is there a way to customize each image block using the block's unique code in the CSS editor? Thanks so much!
-
Change background color of Text Block?
ashleemundywebsitede replied to mrobinson99's question in Coding and Customization
Thanks for the video! What would you add to the code to change the color of the text inside the block? And also the line spacing? Thanks!