Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

[SOLVED] Page Navigation Links (next/previous) - color change!!!


  #1  
Old Sep 10, 2010, 03:25 PM
shbaxt
 
4 posts · Aug 2010
Richmond, VA
What I am trying to do: I styled my navigation box to the same color as my main link color, so my next/previous disappear. I am attempting to style the next/previous links to #fff, so they show up against the maroon bg.

The Problem: When I do CSS edits, my links in my posts (and anywhere else no link styling is specified) take on that #fff color.

My (attempted) fix:

Quote:
div.older a:link, a:visited, a: active {
color: #FFFFFF;
}

div.older a:hover {
color: #B36B00;
}
It works great in the 'navigation bottom box' where I want it to, but it goofs up all the rest...

This is the container for the link (or at least one of them):
Quote:
div.older {
float: left;
width: 48%;
text-align: left;
margin:0;
padding:0;
}
is there some sort of css command I could put in there to edit the links (still familiarizing myself with css)?

Forgive me if it is pretty unclear what I'm trying to say ---- working on a localhost, no site to show.
  #2  
Old Sep 11, 2010, 06:42 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
This might have been a typo on your part but there should be no space after the colon on a:active. You also need to add the div.older to limit the CSS to that class. The code should look like below.

HTML Code:
div.older a:link, div.older a:visited, div.older a:active {
    color: #FFFFFF;
    }

div.older a:hover {
    color: #B36B00;
    }
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Sep 13, 2010, 08:13 AM
shbaxt
 
4 posts · Aug 2010
Richmond, VA
Perfect. Thanks so much.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Next/Previous Single Post Navigation samij0 Excerpts, Read more, Pagination 35 Aug 4, 2015 10:33 AM
Next/Previous navigation question lmilesw Excerpts, Read more, Pagination 5 Apr 9, 2010 11:05 PM
[SOLVED] How to style the Previous/Next Navigation links Fux Header configuration & styling 6 Aug 16, 2009 08:41 AM
[SOLVED] cant change the color of my links in page settings atahualpa? 123davelee Page & Category Menu Bars 9 Aug 14, 2009 03:28 PM
next and previous navigation in the consulted category lkjc Page & Category Menu Bars 4 Jun 1, 2009 05:25 PM


All times are GMT -6. The time now is 04:38 PM.


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