Hey there,
I am building a website with Enfold. On one page, I am using a color section with my main color as background color with a slight white overlay. The link color of the theme is also set to the main color in General Styling options.
In this specific color section, I have a text block. Its text color should be white (instead of the default set black text color). I accomplished it by using html code in the text block itself. A link that is included in the text, however, is still displayed in the default link color, which means my main color. Thus, the link is hardly readable on the background of the color section.
How can I change the link color of this specific link to white?
Hi frikre_ews,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-1047 #av_section_1 .av_textblock_section a {
color: #fff !important;
}
Best regards,
Rikard
Nice! This works!
Thank you, Rikard :-)