Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
post titles are h1:
.entry_header h1
{
}
D.
in post listings, you should be doing:
.entry_header h1,
.entry_header h1 a,
.entry_header h1 a:visited
{
color:#320000;
}
D.
for post titles, you'll need to be a little bit more expicite to the css parser:
.entry_header h1 a:hover,
.entry_header h1 a.admin_link:hover
{
color: pink;
}
.admin_link refers to the Edit link that appears to users who can edit links.
D.
When I use the above code on my dev site, I get:
Isn't this the expected behavior?
D.
1 to 11 of 11