Haipox Posted December 6, 2023 Posted December 6, 2023 Hi people! So my CONTACT site has a black background and my black logo doesn't really shows... Can i change it only for this page the logo to be white? thanks for everything! https://www.haipox.com/about
JessicaM Posted December 6, 2023 Posted December 6, 2023 Hi @Haipox - Click the gear icon on the page that you want to be different, then click Advanced and Page Header Code Injection. This is the code to use...you will need to change a few things so that it's specific to your site. Like the colors, the collection ID, and the white logo. <style> .header-actions .icon--fill svg { fill: #9B2F3D !important; } /*Color of dropdown navigation*/ #YOURCOLLECTIONID .header-nav-folder-content { background-color: #ffffff !important; } /* Colour of Hamburger Button */ .burger-inner > div { background-color: #9B2F3D !important; } #YOURCOLLECTIONID .header-nav-wrapper a { color: #9B2F3D !important; } #YOURCOLLECTIONID .header-background-solid { background-color: #fff !important; } .header-title-logo a {content: url("YOURNEWLOGO.png") !important;} </style> Jessica Miller | Squarespace Website Designer https://www.jessicamiller.work jessica@jessicamiller.work Search the blog and get Squarespace tips to your inbox https://www.jessicamiller.work/blog Want to pick my brain or get help? Book a free 15 minute call. If my post solved your problem, please mark it as the solution - thanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment