JoseG Posted February 22, 2021 Share Posted February 22, 2021 (edited) Site URL: https://www.josegallegosnieto.com/ Password: help --- Hello! Recently I applied the following code to change the color of text links on my site on hover. #page a:hover { background-image: linear-gradient(to right,currentColor 100%,currentColor 0); color: grey; } This works perfectly, changing my links to this appearance on hover: My problem is that this also applies itself to my portfolio-hover-fixed block, but as a background color. I need a way to exclude the portfolio block from the code mentioned above. In other words, I want that code to apply to everything in my site, except this portfolio fixed hover section. Any replies are very much appreciated! 🤝 url: https://www.josegallegosnieto.com/ password: help Edited February 22, 2021 by JoseG Link to comment
Solution tuanphan Posted February 28, 2021 Solution Share Posted February 28, 2021 Hi. Add this to Design > Custom CSS a.portfolio-hover-item { background-image: none !important; } JoseG 1 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
JoseG Posted March 1, 2021 Author Share Posted March 1, 2021 Thank you, that worked perfectly! I was sure I had tried it but I must have had a mistake. Thanks again. 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