arpalaian Posted December 3, 2021 Share Posted December 3, 2021 Site URL: https://www.odysseyswimrun.com I'm in need of a code that works for the shopping cart page only. I have already injected CSS code to change the header color to black on the store and product pages. In doing so it also automatically changed the drop down page links to match the rest of the site, which is GREAT. The issue is the only page that doesn't match is the shopping cart. I need the header to be black and I need the black drop down menus in the nav bar to show the links in white until I hover and they turn red. Basically just look at any other page (header and black drop down nav). Not one bit of CSS I've put in does a thing to change the shopping cart page. HELPE PLEASE! Link to comment
arpalaian Posted December 3, 2021 Author Share Posted December 3, 2021 BTW this was the CSS I used to accomplish what I wanted on the store and product item pages because they were acting the same way the shopping cart page is. It worked there but not on the cart page. .collection-type-products.view-item header#header { background: black; } .collection-type-products.view-item header#header * { color: white; fill: white; } .collection-type-products.view-item header#header, .header-announcement-bar-wrapper.white-bold.shrink { background: #000 !important; } Link to comment
tuanphan Posted December 7, 2021 Share Posted December 7, 2021 With cart page, repeat the code & replace this id Quote .collection-type-products.view-item with Quote body#cart or Quote body#Cart 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment