refinedspacesco Posted November 5, 2020 Posted November 5, 2020 Site URL: https://www.refinedspaces.co/kitchen How do I change the hover color on my Social, Cart and Search icons in my top Nav? The color I am looking to use is #b8a153, which is already in use in my Header Nav, but does not seem to work for the icons in the top right.
refinedspacesco Posted November 5, 2020 Author Posted November 5, 2020 Discovered the answer to my question. Code below if you would like (for Brine Template SSV7.0) .Header .SocialLinks:hover .SocialLinks-link-icon {fill: #b8a153!important} .Header-search-form-submit:hover svg { stroke: #b8a153 !important;} .Header .Cart:hover {stroke:#b8a153!important} .Header .Cart .sqs-cart-quantity:hover {color:#b8a153!important;}
tuanphan Posted November 6, 2020 Posted November 6, 2020 I see your site, on mobile, bottom bar overlap back to top button, difficult to click back to top You can add this to Design > Custom CSS to move up back to top a bit /* move back to top on mobile */ @media screen and (max-width:640px) { button#myBtn { bottom: 70px; } } 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
Archived
This topic is now archived and is closed to further replies.