Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] next/previous navigation link style (http://forum.bytesforall.com/showthread.php?t=20832)

dmahaffey Aug 27, 2013 01:52 PM

[SOLVED] next/previous navigation link style
 
In Atahualpa 3.7.12, under Options --> Next/Previous Navigation I have updated the style for navigation TOP box, which is displaying.

And in CSS inserts I have added:
.older a, .newer a {color:red !important};
.older a:hover, .newer a:hover {color:black !important};

I have searched the forum for an answer, which is how I found the CSS inserts, but that's not working.

I am still unable to change the color of the next/previous navigation links. What am I doing wrong? You can check a sample post here: http://davidthegreat.com/2013/07/ano...ess-blog-post/

juggledad Aug 27, 2013 02:03 PM

Have you tried looking at it with the examine feature in the firebug extension of Firefox to see what css is being applied?

dmahaffey Aug 27, 2013 02:08 PM

Quote:

Originally Posted by juggledad (Post 103288)
Have you tried looking at it with the examine feature in the firebug extension of Firefox to see what css is being applied?

Yes, though I used Chrome's inspection tool, not Firefox's (hence the webkit stuff). I see:
media="all"
a {
}
user agent stylesheeta:-webkit-any-link {
color: -webkit-link;
text-decoration: underline;
cursor: auto;
}
Inherited from div.older
div.older {
text-align: left;
}
Inherited from div.clearfix.navigation-top
div.navigation-top {
font-size: 14px;
font-family: 'Open Sans Condensed',sans-serif;
text-transform: uppercase;
font-weight: normal;
}
I'd also like to note that the style shown isn't even the default link style set in Atahualpa. It's just the browser default.

dmahaffey Aug 27, 2013 02:26 PM

Well, there must be a conflict elsewhere in my CSS inserts. I moved these to the top of the list and the links are now being styled properly.

Thanks, in any case. It's been a while since I'd donated, so I have made a contribution in appreciation of your omnipresence here.


All times are GMT -6. The time now is 12:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.