Hi
On our new website, we have to change some link-colors, but we do not know how.
For the tabs we could do it like that:
.av-tab-section-inner-container a {
color: #ec9f0f !important;
text-decoration: none !important;
}
.av-tab-section-inner-container a:hover {
color: #fdfbee !important;
text-decoration: underline !important;
}
But we do not know how we can do it on other pages. See private content section below.
Thanks very much.
Best regards
Mike
Hey Michael,
Add this to quick css and adjust the color to what you need:
.page-id-3048 .post-entry-3048 a,
.page-id-3169 #av-layout-grid-3 a{
color:red!important;
}
Best regards,
Jordan Shannon
Hi Jordan
Thanks. Is there also a possibility to have a general css code? Or should we work with classes?
Best regards.
Hi,
Classes are best since its page specific.
Best regards,
Jordan Shannon
Hi Jordan
Ok, I will try it out with classes.
You can close this issue.
Best regards.
Mike
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon