I know that you can set up a specific link color for a class that is different to the global link color, but how do you set one up for the H1, H2, H3 etc. tags?
bubble, I'm still new to
bubble,
I'm still new to this like you, but I believe what you're looking for is
h1 a {
color: #...;
}
Thanks bpops
Hey bpops, I tried that and it does not seem to work for me, thanks though, its got to be something simple like that for sure!
You need then to show us the
You need then to show us the markup and css styles you are trying to work with.
Really? Works for
Really? Works for me..
here's a test page I was working on for myself. See the bottom "Testing link" is h2, and link is h2 a. Click the link on the page for the stylesheet.
Do you have a link to your page?
a:visited!
Ah, sorry guys, I only set up the h1 a:link style and no h1 a:visited so it was defaulting to the global visited style and did not look like it was working! Thanks all!
Ah glad you figured it out
Ah glad you figured it out