Site logo

Archived topic

Heading link styles

5 replies · Started by Pavla on October 2, 2020

Viewing posts 1–6 of 6

Hi! I need to style my headings - if they are links - with a specific color.
Normal links should stay like they are.

I tried some css styles but it doesn't work, what would be the correct custom css?

thanks!

Hi there,

which headings ? Are these for the blog ?
If you can share a link so i can see them then i can advise.

well generic h1,h2, h3 headings... i set now all links on dark grey so it doesn’t look weird in the meantime.

Hi there,

You can do this:

h1 a {
    color: red;
}

h2 a {
    color: blue;
}

And so on..

Let us know if you need more info :)

Hi! O.k. at first didnt work but I added #636363 !important; and now its ok.
thanks!

No problem!

This archived topic is closed to new replies.