wegooakland Posted December 22, 2022 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!!
Beyondspace Posted December 23, 2022 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted December 23, 2022 Posted December 23, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
wegooakland Posted December 23, 2022 Author 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!!
tuanphan Posted December 29, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment