Not So Smooth Sailing - RESOLVED

Aug 24, 2011 11:31

Journal Preview: yummy-codesStyle Name: Smooth Sailing ( Read more... )

resolved

Leave a comment

Comments 3

complications_g August 24 2011, 17:11:10 UTC
Just add an !important to it, like so:

.bodynavblock a, .bodynavblock a:visited {
color: #62BECB !important;
}

Reply

yummy_fandom August 24 2011, 17:24:51 UTC
Thank you! I had no idea I needed to do that, shows how much I forgot about coding :D

Reply

complications_g August 24 2011, 17:31:52 UTC
As far as I know, it's not even usually needed here, but sometimes some bits of code just need as extra push. I love the !important value, anytime something should be working but isn't, it usually force fixes it. :D

Reply


Leave a comment

Up