Closed (fixed)
Project:
B7
Version:
4.6.x-1.x-dev
Component:
Style
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
6 Mar 2006 at 03:43 UTC
Updated:
22 Mar 2006 at 16:46 UTC
can you tell me how to change the link color at the bottom of the drupal pages? I mean the the links that display next, previous and page numbers? thanks very much.
Comments
Comment #1
bradlis7 commentedI'm going to assume you know a little about CSS.
All links are under "#pager". If you want to change all the link colors, use "#pager a". There is also ".pager-current" that is the current page (it is not a link).
Add this to the style.css in the folder for the color you're using. Blue is in the base folder.
Here's an example.
Comment #2
bradlis7 commentedComment #3
(not verified) commented