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 » Header configuration & styling »

[SOLVED] How to style the Previous/Next Navigation links


  #1  
Old Aug 3, 2009, 10:31 AM
Fux
 
142 posts · Apr 2009
Hi,

the title says it all: Is there an option to style the Previous/Next Navigation links separately? Let's say, if don't want them to be bold or in a different color. I could find neither the option nor a separate class name for use in the inserts.

Would be awesome if you could help me with this one.
  #2  
Old Aug 8, 2009, 05:06 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
There's a menu tab "Next / Previous Navigation" for this
  #3  
Old Aug 9, 2009, 05:01 AM
Fux
 
142 posts · Apr 2009
Thanks for your reply. Of course I know about that tab. But it only provides ways to style the box, hardly the links themselves (bold/italic/standard). I remember there was a thread here recommending to use 'span' tags there, but that had been turned off in recent versions. That's why I ask. I'd use some CSS inserts, but I just can't figure out whether there are separate classes for the next/previous navigation link texts.
  #4  
Old Aug 9, 2009, 05:24 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
The CSS in
'Style the Navigation TOP Box'
'Style the Navigation MIDDLE Box'
'Style the Navigation BOTTOM Box'
will effect the text, just add 'font-size: 2.8em;' and see what happens.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Aug 15, 2009, 07:57 AM
Fux
 
142 posts · Apr 2009
Thanks for trying to help me - seems I still don't get it done. What would I need to enter to change the font-weight of the next/previous navigation links to normal?

I tried this:
Code:
a:link, a:visited, a:active {font-weight: normal !important;}
in the "Style the Navigation TOP box" without success.
  #6  
Old Aug 16, 2009, 04:34 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Those text areas at Next / Previous Navigation -> Style the Navigation TOP Box, etc, can be used to style the containers/boxes that contain the links. To style the links itself, you'd have to use a CSS Insert. Whenever there's no theme option to style something you can use CSS Inserts as a last resort. Look into the source code to see which ID or class the container in question has, then add a CSS Insert

div.navigation-top a:link,
div.navigation-top a:active,
div.navigation-top a:visited,
div.navigation-top a:hover {
...
}
  #7  
Old Aug 16, 2009, 08:41 AM
Fux
 
142 posts · Apr 2009
Ah, finally. Thank you SO much. That's what I was thinking when i was writing #3 - but I just couldn't find out what the class names were.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Next post and previous post links on top of single post page error susieswe Atahualpa 3 Wordpress theme 2 Jul 15, 2009 02:58 PM
[SOLVED] After Update 3.4: Problem: Error with Next/Previous Navigation, No Postings! Doc GermaniCus New Versions, & Updating 6 Jul 15, 2009 02:13 PM
[SOLVED] How do I move next/previous navigation to the bottom of the post evany Post-Kicker, -Byline & -Footer 1 Jun 7, 2009 06:41 AM
next and previous navigation in the consulted category lkjc Page & Category Menu Bars 4 Jun 1, 2009 05:25 PM
Need Help: Navigation links dont work jota73 Excerpts, Read more, Pagination 2 Mar 28, 2009 11:24 AM


All times are GMT -6. The time now is 11:31 PM.


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