Jump to content

Changing the colour of H1, H2 and H3 on this page and remove left hand navigation

Recommended Posts

  • Replies 1
  • Views 181
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

On 4/12/2022 at 11:07 AM, Bhavan said:

Site URL: https://www.vedanta.org.uk/retreat

Hi - would love help on a couple of things please:

 

1. How do I change the colour of h1,h2 and h3 on this particular page: https://www.vedanta.org.uk/retreat

2. How can hide the left hand side navigation of this page too? https://www.vedanta.org.uk/retreat

 

 

Hi, add these codes to custom css (Design > Custom CSS). Change 'HEX' to the hex code of your preferred colours.To

#collection-609d726d5b2edc3fbc0f88ec {
  h1 {
    color:#HEX;
  }

  h2 {
    color:#HEX;
  }

  h3 {
    color:#HEX;
  }
}

To hide the navigation on the left side, add this code:

#folderNav {
  display: none;
}

Let me know how it goes 🙂 

Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified.

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.