Jump to content

Help with CSS for Newsletter Block

Recommended Posts

Add to Home > Design > Custom CSS

footer.Footer h2.newsletter-form-header-title {
    font-size: 18px;
}
@media screen and (min-width:641px) {
footer.Footer .newsletter-form-body {
    display: flex;
    flex-direction: row !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
23 hours ago, coindisplays said:

I was able to make it more how I want it.  See below.  I would like the SUBSCRIBE though to be closer to the input field.  If the field and the button can be made smaller, I would prefer that too.

 

Add to Home > Design > Custom CSS

.newsletter-form-body>div {
    margin-top: 0 !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 weeks later...
9 hours ago, sebradshaw88 said:

Hi, I am looking to do the same thing, but having trouble formatting it. Here is what it currently looks like vs. what we are trying to accomplish (wireframe screenshot).

 

 

Can you describe in detail?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 3 weeks later...
On 3/27/2020 at 10:02 PM, tuanphan said:

Can you describe in detail?

I'm really just trying to shrink the newsletter block so that it fits nicely in the footer. Ideally the button sits right next to the text input box. The top image is what it is currently. The bottom is what we are trying to create.

Link to comment
15 hours ago, sebradshaw88 said:

I'm really just trying to shrink the newsletter block so that it fits nicely in the footer. Ideally the button sits right next to the text input box. The top image is what it is currently. The bottom is what we are trying to create.

got it, can you share link to your site?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 4 weeks later...
50 minutes ago, emily.klein said:

Hi @tuanphan

https://piece-collectors.squarespace.com/

password: CACTUS

Brine Template

I have 2 Questions:

1. How can I add a newsletter block to the right hand side of the footer?

2. Can I change the business name on the right hand side of the footer to be a logo instead?

Thanks!

1. You can't add newsletter block???

2. Where business name? Can you take a screenshot.

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
2 hours ago, emily.klein said:

Hi @tuanphan

1. No. Maybe it's something glitchy with SS - as I can only see two columns instead of three. 

2. Screenshot attached

Thanks,

Emily

Q1. Contact Squarespace Customer Care

Q2. Add to Home > Design > Custom CSS

.Footer-business-info>div:first-child {
    background-image: url(https://beaverhero.com/wp-content/uploads/2020/05/artboard-1-.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent !important;
}

Replace with logo url

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
9 hours ago, tuanphan said:

Q1. Contact Squarespace Customer Care

Q2. Add to Home > Design > Custom CSS


.Footer-business-info>div:first-child {
    background-image: url(https://beaverhero.com/wp-content/uploads/2020/05/artboard-1-.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent !important;
}

Replace with logo url

Great thanks @tuanphan 

That worked a treat!

 

One last question - is there a way to hide the business information but keep the logo?

 

Screen Shot 2020-05-14 at 9.05.02 am.png

Link to comment
13 hours ago, emily.klein said:

Great thanks @tuanphan 

That worked a treat!

 

One last question - is there a way to hide the business information but keep the lo

Add to Home > Design > Custom CSS

.Footer-business-info>*:not(:first-child) {
    display: none;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
8 hours ago, RRNYC said:

Hello and thank you so much for this code, it was super helpful! I just have one question: I managed to decrease the font size for the "newsletter" header but not the button/button font itself. Can you please advise how to give it all a more delicate, smaller look? Thank you so much!

 

Can you share link to page in screenshot?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
7 hours ago, RRNYC said:

@tuanphan reutnewyork.com

 

Had also wanted to remove the "quick view" feature on this page: https://reutnewyork.com/shop

 

Thank you!

Add to Home > design > Custom CSS

/* remove quick view */
.ProductList-quickViewButtonWrapper.sqs-product-quick-view-button-wrapper {
    display: none !important;
}
/* button font size */
.sqs-alternate-block-style-container .newsletter-block .newsletter-form-wrapper .newsletter-form-button {
    font-size: 12px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 1 month later...

@tuanphan Hi, Just wondering if you know how to create a single line newsletter block in squarespace 7.1? I'm attaching a image below of the kind of newsletter I mean. I'd appreciate any help! 

single line newsletter block.JPG

Link to comment
3 hours ago, KimPaola said:

@tuanphan Hi, Just wondering if you know how to create a single line newsletter block in squarespace 7.1? I'm attaching a image below of the kind of newsletter I mean. I'd appreciate any help! 

single line newsletter block.JPG

Just did for a client. If you share link to your site, I can give the code.

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.