wegooakland Posted December 22, 2022 Share Posted December 22, 2022 Hi there, I customized the coloring of my navigation text and it looks great on all my pages except for the Store checkout flow. On those pages, the nav text becomes white and can't be seen bc/ the background of the page is also white. I'd love for it to be black throughout the entire Checkout flow, but can't figure out how to do this using CSS. Anyone out there have suggestions? Website is at www.asempekitchen.com. Thank you!! Link to comment
Beyondspace Posted December 23, 2022 Share Posted December 23, 2022 7 hours ago, asempekitchen said: Hi there, I customized the coloring of my navigation text and it looks great on all my pages except for the Store checkout flow. On those pages, the nav text becomes white and can't be seen bc/ the background of the page is also white. I'd love for it to be black throughout the entire Checkout flow, but can't figure out how to do this using CSS. Anyone out there have suggestions? Website is at www.asempekitchen.com. Thank you!! You can try adding to Home > Design > Custom Css #cart { --navigationLinkColor: orange; } Support me by pressing 👍 or marking as solution if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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 December 23, 2022 Share Posted December 23, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
wegooakland Posted December 23, 2022 Author Share Posted December 23, 2022 Hey there, thanks so much for trying to help! I added the CSS but it didn't seem to make a difference. Here's a screenshot. Any other ideas? Also, I'm looking to change the nav text color on the item pages too - forgot to ask that initially. This page, for example: https://www.asempekitchen.com/store/p/spice-blend Thank you!! Link to comment
tuanphan Posted December 29, 2022 Share Posted December 29, 2022 On 12/24/2022 at 5:13 AM, asempekitchen said: Hey there, thanks so much for trying to help! I added the CSS but it didn't seem to make a difference. Here's a screenshot. Any other ideas? Also, I'm looking to change the nav text color on the item pages too - forgot to ask that initially. This page, for example: https://www.asempekitchen.com/store/p/spice-blend Thank you!! Use this CSS body[class*="type-products"].view-item .header-nav-item>a { color: black !important; } #cart .header-nav-item>a { color: black !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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