Jump to content

Styling the header on Blog Page - Using custom font and changing header color

Recommended Posts

On 12/3/2021 at 9:27 PM, nw7063 said:

Thank you - Please can the menu items and the facebook / instagram etc all be in white too - like the other pages?

Also it still doesn't quite work when you click on the blog article - the header bar disappears and only appears when you scroll down. How can we change so it's like this page: https://www.soulfruit.co.uk/shop-dried-dragon-fruit/p/dragon-fruit-chips-1

Thank you!

It looks like you figured it out. Do you still need any help?

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

Hey! We still need help on the below:

 

1. to make the menu items on the blog page in white text.

2. for the individual blog pages the header is still transparent - can this be the same colour as the individual product pages / the blog page too?

 

Thanks so much,

Screenshot 2021-12-07 at 11.51.27.png

Link to comment
On 12/7/2021 at 6:53 PM, nw7063 said:

Hey! We still need help on the below:

 

1. to make the menu items on the blog page in white text.

2. for the individual blog pages the header is still transparent - can this be the same colour as the individual product pages / the blog page too?

 

Thanks so much,

Screenshot 2021-12-07 at 11.51.27.png

#1. You mean blog list page? Add this to Design > Custom CSS

/* blog list page */
body[class*="collection-type-blog"].view-list {
header#header a {
    color: white;
}
header#header svg {
    stroke: white;
}
header#header span {
    color: white;
}
}

#2. Add to Design > Custom CSS

/* Individual posts blog header */
/* view-item is individual posts */
/* view-list is blog list */
/* donot use view-item or view-list mean blog list + individual */
body[class*="collection-type-blog"].view-item header#header {
    background-color: #f79eaf !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
  • Susana_SQSP changed the title to Styling the header on Blog Page - Using custom font and changing header color

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.