dzamorano Posted June 4, 2021 Share Posted June 4, 2021 Site URL: http://davidzamorano.tv/ Hello Squarespace Forum, Anybody knows how can I change the background colour on each project page of my site? Let's say my background colour page is white on my homepage, but I want it to be red on project 1 and blue on project 2 and so on. I'm using Foster template which doesn't allow me to do it on the Squarespace design panel. Any tip or help on this would be much appreciated! Thanks for your time! David Link to comment
tuanphan Posted June 8, 2021 Share Posted June 8, 2021 Edit project >> Add a Code Block (anywhere) >> Paste this code <style> .Main, header.Header { background: red; } </style> 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
dzamorano Posted June 8, 2021 Author Share Posted June 8, 2021 Thanks so much @tuanphan! Really appreciate that info. Just wondering how can I add a colour to the footer background as well, without changing the colour of all the footers of my site. (please find attached) Thanks again and I already owe you one! David Link to comment
tuanphan Posted June 10, 2021 Share Posted June 10, 2021 Use this new code <style> .Main, header.Header, footer.Footer { background: red; } </style> 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
dzamorano Posted June 10, 2021 Author Share Posted June 10, 2021 Thank you very much! 😃 Have a nice rest of the day, David Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.