Tagged: link color, text block ID
Hi
I have one text block that I need the link color different than the rest of the site.
The ID is .socialbanner.
I have this css but it’s not working on that text block:
#top .av_inherit_color a {
color: #9e80ef!important;
}
.socialbanner .av_inherit_color a {
color: #ffffff!important;
}
can you help with this?
thanks
Nancy
Hey Munford,
You have added that as an ID, not a class. Please try this instead:
#socialbanner .av_inherit_color a {
color: #ffffff!important;
}
Best regards,
Rikard
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard