Aaron_jag Posted April 4 Share Posted April 4 I would like just the homepage of our site to have a transparent header, and to make the navigation text white. I would also like to change the color of the logo at the top left to white if possible, all just on the homepage. Link to comment
Aaron_jag Posted April 4 Author Share Posted April 4 The website is https://mlpc.org! billorani 1 Link to comment
Jia Posted April 4 Share Posted April 4 (edited) 58 minutes ago, Aaron_jag said: The website is https://mlpc.org! Hi, try adding this to custom css. You'll have to create a file of your logo where it's white, upload it, then update the code below with the link. #collection-660ed69adfb20b1a470e3ea0 { .header-nav-wrapper a { color:#fffff; } .header-title { background-image:url('IMAGE URL HERE'); background-size: contain; } .header-title img{ opacity:0 } } Edited April 4 by Jia Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio Link to comment
Jia Posted April 4 Share Posted April 4 1 hour ago, Aaron_jag said: The website is https://mlpc.org! Hi, sorry, forgot about the transparent part, here's an updated code: #collection-660ed69adfb20b1a470e3ea0 { .header-background-solid { background-color:transparent!important; } .header-nav-wrapper a { color:#fffff; } .header-title { background-image:url('IMAGE URL HERE'); background-size: contain; } .header-title img { opacity:0; } } tuanphan 1 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio Link to comment
Aaron_jag Posted April 9 Author Share Posted April 9 The custom code did not work. Any other thoughts? Link to comment
tuanphan Posted April 13 Share Posted April 13 On 4/9/2024 at 7:23 AM, Aaron_jag said: The custom code did not work. Any other thoughts? You can use this CSS code body.homepage .header-background-solid { background-color: transparent !important; } body.homepage div.header-nav-item>a { color: #fff !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
Aaron_jag Posted April 15 Author Share Posted April 15 This code did not work either. Is there anything else I need to do on squarespace to ensure it works? Link to comment
tuanphan Posted April 18 Share Posted April 18 On 4/16/2024 at 3:21 AM, Aaron_jag said: This code did not work either. Is there anything else I need to do on squarespace to ensure it works? Maybe you added code to wrong position. You can move my code to top of CSS box and don't edit anything. If it still doesn't work, you can send all current code in CSS box, I can check easier 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