Archived topic
Change link color heading
7 replies · Started by Elcos on March 11, 2022
Hello
I want to change link color of a H2 from a page:
In front page, where display "San Valentin" is an H2 heading. I want that only this H2 has another colour.
I try creating css class .white {
color: #ffffff !important;
}
And in page editor > advanced > Additional CSS class(es): white
Can you help me?
Hi there,
can you share a link to the page where I can see this?
Try changing the CSS to:
.white,
.white a {
color: #ffffff;
}
Changed, but still the same :(
Ok, now it works!! Thanks!!! :D
Glad to hear that!