maisaguam Posted January 4, 2021 Share Posted January 4, 2021 Site URL: http://www.shopmaisaguam.com Hi all! I need help changing the logo color on my site's mobile menu page from its current white color to the brown color that is shown on the other pages. Any help is appreciated! Click here to visit website Link to comment
Beyondspace Posted January 4, 2021 Share Posted January 4, 2021 11 minutes ago, maisaguam said: Site URL: http://www.shopmaisaguam.com Hi all! I need help changing the logo color on my site's mobile menu page from its current white color to the brown color that is shown on the other pages. Any help is appreciated! Click here to visit website Add this to Design->Custom CSS @media screen and (max-width: 768px) { .homepage .header-title-logo a { background-image: url(https://static1.squarespace.com/static/5e7d4489d58040103726dcea/t/5eb80b2b19290276571cecc6/1589119790137/Maisa+1080_540-01.png); background-size: cover; background-repeat: no-repeat; } .homepage .header-title-logo img { visibility: hidden; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.