Pilcrow: <p> and <h3> links on one page – how to style them differently?
-
Hi. Thank you for clicking on my question!
I have several pages that have a list of contents with links to the h3 headings in the middle of the pages. I am having trouble finding the lines of css that controls that so I can copy and revise it for my custom css. The <p> links are the way I want them. I want a line of code for the h3’s size and link colors that overrides that.
I have blue h3 links that came with the theme that I want to change to black. I can’t find where the css for the blue is. With “color cop” the blue reads as #3399CC, but I can’t find that in the style sheet.
Here is a typical page: http://x-evolutionist.com/genesis-chapter-1-the-creation/
I have everything else set the way I want, but this is making me crazy. Any help will be appreciated!
X
The blog I need help with is: (visible only to logged in users)
-
OK, here’s another try that did not work. My classes “1” and “black” are the names of my h3 links in two of the pages. (there was a reason for this on my old website, (pre wordpress) but I forget.
This does not validate ( http://jigsaw.w3.org/css-validator/#validate_by_input ) but I thought it might be a jumping off point to show what I’m trying to do.
Thank you!
X
‘h3 1, black a:hover {
text-decoration:none;
color:rgb(153,0,102);
font-weight:bold;
font:24px Verdana;
}h3 1, black a:link {
text-decoration:none;
color:rgb(40,92,178);
font-weight:bold;
font:24px Verdana;
}h3 1, black a:visited {
text-decoration:none;
color:rgb( 85,26,13);
font-weight:bold;
font:24px Verdana;
}’ -
-
- The topic ‘Pilcrow: <p> and <h3> links on one page – how to style them differently?’ is closed to new replies.