Nabiloh Posted July 25, 2020 Share Posted July 25, 2020 Hello SS Community, I am looking for a way to change the colour of social icons on hover in the navigation bar. I am using the template Tremont (7.0) Thank you! Link to comment
tuanphan Posted July 25, 2020 Share Posted July 25, 2020 Can you share link to your site? We can check easier. 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
Nabiloh Posted July 27, 2020 Author Share Posted July 27, 2020 www.johnsummitmusic.com Link to comment
tuanphan Posted July 28, 2020 Share Posted July 28, 2020 18 hours ago, Nabiloh said: www.johnsummitmusic.com Add to Home > Design > Custom CSS. Repeat for other icons #siteHeader [href*="facebook"]:hover .SocialLinks-link-icon { fill: red; } #siteHeader [href*="instagram"]:hover .SocialLinks-link-icon { fill: blue; } #siteHeader [href*="twitter"]:hover .SocialLinks-link-icon { fill: green; } 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
Nabiloh Posted July 28, 2020 Author Share Posted July 28, 2020 Thank you, you're amazing! One final request, would it be able to use hex codes with the hover colors? Link to comment
tuanphan Posted July 28, 2020 Share Posted July 28, 2020 yes you can use red, yellow, green... #ff0, #f1f2f3f4, #f0f0f0 rgb(255,255,255), rgb(0,1,2) rgba(255,255,255,0.1) or hsl 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
Nabiloh Posted July 28, 2020 Author Share Posted July 28, 2020 You rock! One final question, on the Shop page, I applied a header injection to show a different logo because that page has a white background, it works perfectly on Chrome, but not on Firefox. Any idea why? Link to comment
tuanphan Posted July 31, 2020 Share Posted July 31, 2020 On 7/29/2020 at 5:48 AM, Nabiloh said: You rock! One final question, on the Shop page, I applied a header injection to show a different logo because that page has a white background, it works perfectly on Chrome, but not on Firefox. Any idea why? Remove your code, add this to Page Settings > Advanced > Header <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('h1.image img').attr('src','https://static1.squarespace.com/static/5ce6eaeb3635390001e51764/t/5f1f223d6dd88f02ead0c474/1595875901364/Summit_ICON_transparent.png'); }); </script> 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
Archived
This topic is now archived and is closed to further replies.