marcabel Posted February 1, 2020 Share Posted February 1, 2020 Site URL: https://www.marcabel.dk Hello, So i decided lately to make a web portfolio to promote my graphic design material, but i am pretty new to squarespace.. I have looked all over on the internet for a working css code, but with no luck.. So does anyone in this forum know how i change the color of my logo on all my secondary pages, or maybe just have all my secondary pages set same color, and then only main page logo have changed? Anyways any solutions needed! My website link: www.marcabel.dk Kindly Regards Marc Abel Link to comment
tuanphan Posted February 1, 2020 Share Posted February 1, 2020 To change logo on one page, add this code to Page Settings > Advanced > Header <style> .header-title-logo img { visibility: hidden; } .header-title-logo a { background-image: url(https://beaverhero.com/wp-content/uploads/2019/06/trees-3464777_640-min.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; } </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
marcabel Posted February 1, 2020 Author Share Posted February 1, 2020 11 hours ago, tuanphan said: To change logo on one page, add this code to Page Settings > Advanced > Header <style> .header-title-logo img { visibility: hidden; } .header-title-logo a { background-image: url(https://beaverhero.com/wp-content/uploads/2019/06/trees-3464777_640-min.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; } </style> Hello thanks for your response!! But unfortunately it doesnt work still 😞 somehow it still just changes the colors of the logo on all my pages still 😕 I have taken a screenshot of my websites stucture and linked it to this message, maybe u can help me further Kindly Regards, Marc Abel Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.