Jump to content

Order confirmation header text color/size of body

Recommended Posts

  • Replies 4
  • Views 385
  • Created
  • Last Reply
8 minutes ago, 3DeerPrints said:

I would like to change header text color on Order Confirmed page and size of the body so footer is a bit lower.

When you say 'header text color' I assume you mean the "Order Confirmed" heading?

If so, you can add the following CSS: 

#confirmed-page {
    h1 {
        color: #fff;
    }
    margin-bottom: 600px;
}

It sets the h1 heading to white (#fff) and adds 600 pixels of margin to the page. You can adjust these as necessary.

 

Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥.
Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. 
Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links.
Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.

Would you like your customers to be able to mark their favourite products in your Squarespace store?

Link to comment

Then you'll need to use body#order-confirmed to refer to the confirmation page, and then add the correct selector for each of the elements within the site header that you want to change. For example, to change the nav elements: 

body#order-confirmed {
    .header-nav-wrapper a {
        color: #e6c8a1;
    }    
}

You can identify the selectors for the remaining items by using the browser tools.

Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥.
Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. 
Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links.
Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.

Would you like your customers to be able to mark their favourite products in your Squarespace store?

Link to comment
7 minutes ago, paul2009 said:

Then you'll need to use body#order-confirmed to refer to the confirmation page, and then add the correct selector for each of the elements within the site header that you want to change. For example, to change the nav elements: 


body#order-confirmed {
    .header-nav-wrapper a {
        color: #e6c8a1;
    }    
}

You can identify the selectors for the remaining items by using the browser tools.

Thanks a lot!

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.