Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Default Theme Link Font Color Change


Jason
Participant

@jaynavs

I was doing some research and wouldn’t just changing these two in the style.css do the trick?

a, h2 a:hover, h3 a:hover {
color: #336699;
text-decoration: none;
}

a:hover {
color: #147;
text-decoration: underline;
}

Skip to toolbar