blackcat2226 Posted February 23, 2023 Posted February 23, 2023 hello! what CSS do I use to change the link color on hover on a portfolio page? I already have all this code and it does not work for my "projects" page. Also, it does not work for the links (insta, linkedin, facebook) at the bottom of the paragraph on my "about" page... a { text-decoration: none !important; } .header-nav-item:hover>a, .header-nav-folder-item:hover a { color: #ffacec !important; } .header-nav-item--active a { background-image: none !important;; } a:hover { color: #ffacec !important; } .blog-more-link::after { background: none !important; } .blog-more-link { color: #544541 !important; }
tuanphan Posted February 25, 2023 Posted February 25, 2023 Hi, What is portfolio page url? 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!)
blackcat2226 Posted February 27, 2023 Author Posted February 27, 2023 Portfolio: https://michaelahagel.squarespace.com/projects About: https://michaelahagel.squarespace.com/about
Solution tuanphan Posted March 5, 2023 Solution Posted March 5, 2023 On 2/27/2023 at 1:39 PM, blackcat2226 said: Portfolio: https://michaelahagel.squarespace.com/projects About: https://michaelahagel.squarespace.com/about Use this code a:hover span { color: #ffacec !important; } ec25 1 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