CSS links will not change no matter what code I use
-
Im trying to set up the link colors and styles for my custom theme and no matter what I set my links to they will not display the styles I’m looking for. Right now I have my post titles wrapped in a div named title and I have the code below in the CSS but nothing displays. Here is the link to the site. https://blankdeluxe.com/blog/ Is there something special I have to do to get the default blue links tho change to the proper style?
.title a:link {
text-decoration:none;color:#000000;}
.title a:vistited {
text-decoration:none;color:#000000;}
.title a:hover {
text-decoration:line-through;color:#ccc;}
.title a:active {
text-decoration:line-through;color:#ccc;}
- The topic ‘CSS links will not change no matter what code I use’ is closed to new replies.