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;
}