Site logo

Archived topic

Change link color heading

7 replies · Started by Elcos on March 11, 2022

Viewing posts 1–8 of 8

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?

Sorry I forgot the link

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!

This archived topic is closed to new replies.