lukaserba Posted October 28, 2022 Share Posted October 28, 2022 Hello, could someone provide me CSS code for this adjustment? I would like to have different logo (white) and different color of menu (also white) on title page only (see attached pic)? the rest should stay the same as it is now https://stitchingpoetry.com ps: just to be sure, you will add the code to "page settings - advanced", right? ps: not sure where to upload the logo? any advice pls? thank you!!! Link to comment
Caroline_Smith Posted October 28, 2022 Share Posted October 28, 2022 I think you could achieve this without code. Since the rest of your site pages are white, you could just make the header theme white in general, and it will have the same affect while also making it white on the home page. But, if you still think you need the CSS code, you can add this to the Page Header code injection of the home page. <style> #header { background-color: #ffffff; } </style> Feel free to email me with any customization inquiries or questions you may have! Free Squarespace Resources: DevTools Minicourse, 11-Step Guide to Improve Custom CSS, Free Product/Pricing Comparison Table Generator Link to comment
lukaserba Posted October 29, 2022 Author Share Posted October 29, 2022 8 hours ago, Caroline_Smith said: I think you could achieve this without code. Since the rest of your site pages are white, you could just make the header theme white in general, and it will have the same affect while also making it white on the home page. But, if you still think you need the CSS code, you can add this to the Page Header code injection of the home page. <style> #header { background-color: #ffffff; } </style> hey caroline, thank you for this, but I would like to have just the menu and logo (that is PNG and I have it) white? background should stay transparent. any advice? thank you again! Link to comment
tuanphan Posted October 31, 2022 Share Posted October 31, 2022 On 10/29/2022 at 2:21 PM, lukaserba said: hey caroline, thank you for this, but I would like to have just the menu and logo (that is PNG and I have it) white? background should stay transparent. any advice? thank you again! You can add this code to Homepage Header <style> header#header img { filter: brightness(0) invert(1); } div.header-nav * { color: white !important; } </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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment