blackcat2226 Posted February 23 Share Posted February 23 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; } Link to comment
tuanphan Posted February 25 Share Posted February 25 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 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
blackcat2226 Posted February 27 Author Share Posted February 27 Portfolio: https://michaelahagel.squarespace.com/projects About: https://michaelahagel.squarespace.com/about Link to comment
Solution tuanphan Posted March 5 Solution Share Posted March 5 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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment