Alvaro85 Posted March 22, 2022 Share Posted March 22, 2022 Site URL: http://beislander.com Hello. Since the browser background is different for each page, I need the text of the menu items to be white on some pages and black on others. The problem is that I can't find a way to change them separately. Link to comment
Beyondspace Posted March 22, 2022 Share Posted March 22, 2022 57 minutes ago, Alvaro85 said: Site URL: http://beislander.com Hello. Since the browser background is different for each page, I need the text of the menu items to be white on some pages and black on others. The problem is that I can't find a way to change them separately. I think we can set its style for the specific page id. You can use the following extension: Squarespace ID Finderhttps://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en Here is how to find page id http://recordit.co/qwnj09oNCa Alvaro85 1 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
Beyondspace Posted March 22, 2022 Share Posted March 22, 2022 For example the style on home page #collection-5f9beb9808d24d245c1fa797 .header-nav-item a { color: orange !important; } Let me know how it works on your site Alvaro85 1 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
Beyondspace Posted March 22, 2022 Share Posted March 22, 2022 My testing Alvaro85 1 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
Jia Posted March 22, 2022 Share Posted March 22, 2022 1 hour ago, Alvaro85 said: Site URL: http://beislander.com Hello. Since the browser background is different for each page, I need the text of the menu items to be white on some pages and black on others. The problem is that I can't find a way to change them separately. For the pages that you need the links to be black, add this code to the page's Page Settings > Advanced area. Let me know how it goes 🙂 <style> .header-nav-wrapper a, .country-selector a { color:black !important; } .header-actions .icon--fill svg { fill:black !important; } .primary-button-style-outline .black .sqs-button-element--primary { color:black; border-color:black; } .header-nav-folder-item a { color:#ffffff !important; } </style> Alvaro85 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
Alvaro85 Posted March 22, 2022 Author Share Posted March 22, 2022 54 minutes ago, Jia said: For the pages that you need the links to be black, add this code to the page's Page Settings > Advanced area. Let me know how it goes 🙂 <style> .header-nav-wrapper a, .country-selector a { color:black !important; } .header-actions .icon--fill svg { fill:black !important; } .primary-button-style-outline .black .sqs-button-element--primary { color:black; border-color:black; } .header-nav-folder-item a { color:#ffffff !important; } </style> Thank you very much!!! it works Jia 1 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