CSS classes somehow interlinked
-
I’m having a major issue trying to create a theme. I have two class that have somehow managed to interlink with each other. On is “p.widget-body” and the other is “h3.category-headline”. The code for both is below.
p.widget-body{ color: #FFF; font-size: 12px; } p.widget-body a:link, a:visited, a:hover{ color: #FFF; font-size: 12px; }h3.category-headline a, a:link, a:visited, a:hover{ color: #000033; font-size: 20px; }It’s becoming really frustrating considering this is the only thing wrong now with the theme. Everything else works like a dream.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘CSS classes somehow interlinked’ is closed to new replies.