Change item/border color for prevnext links

Jan 16, 2011 19:41

I'm going to feel stupid because I'm sure this is a really, really simple fix but I canNOT figure it out. I've tried using the search feature but I can't find anything telling me this one particular detail ( Read more... )

page:skiplinks

Leave a comment

Comments 2

It should be prevnext... anarano January 17 2011, 12:07:18 UTC
...you are right:

p.prevnext {color:red}

But it depends on your whole code: Perhaps one of the other ids/classes has a higher priority, so you would have to adress the .prevnext more precisely (like "#alpha p.prevnext").

It furthermore depends on the code place (start/end) of your .prevnext code, it's namely possible that some other piece of code overwrites it.

If this pointers don't help, please post your Journal adress and I will have a look at your CSS.

Good luck!
Ana

Reply

It should be prevnext... anrakushi January 18 2011, 00:55:25 UTC
This right here:
p.prevnext {color:red}

fixed it. I feel so stupid, I had almost EXACTLY that but I had an extra word that didn't need to be there. I was so close, and yet so very far.

It's perfect now. You are my hero- thank you so much!

Reply


Leave a comment

Up