FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
Footer Styling - Change text Colors (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Footer Styling - Change text Colors
#1435
crownroyal (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Footer Styling - Change text Colors 3 Months, 1 Week ago Karma: 0  
Hello I am working with the Absolute Redux template and I am trying to adjust the text color in the footer position. I have created a module (footer) and assigned it to the footer position and that works perfectly, but I need to adjust the text color (hover, active, etc.) I did this successfully with the Absolute Flush template by editing the color in the template.css.css file. I am not having the same luck with the Absolute Redux template even though the Footer section of the CSS looks the same as in A. Flush.
I have inserted the code below and attached the Template CSS file for your review. Please let me know what lines of code I should edit to change the footer text color. Based on the current code (below) the text should be white in color, but it shows gray. You may view the site live at http://www.williamsmiddleschool.org/cms/index.php Please help.

Code:

/* Footer Section *****************************************/ #footer { margin: 0 auto; clear: both; position: relative; height: 59px; } body.narrow #footer { width: 760px; } body.wide #footer { width: 980px; } /* Footer Menu */ #footer ul#mainlevel-footer { margin: 0; padding: 0; position: absolute; top: 25px; right: 10px; width: 445px; height: 30px; } ul#mainlevel-footer li { list-style-type: none; float: right; margin: 0; padding: 0; padding-right: 10px; } ul#mainlevel-footer li a { text-decoration: none; font: normal 12px Arial, serif; padding: 2px 5px; color: #fff; } ul#mainlevel-footer li a:hover { color: #fff; text-decoration: underline; }
File Attachment:
File Name: template_css.zip
File Size: 4233
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/04/09 22:13 By crownroyal.
  The administrator has disabled public write access.
#1437
nberrow (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Re:Footer Styling - Change text Colors 3 Months, 1 Week ago Karma: 0  
Hi try adding color:white; to your footer div.
#footer {
margin: 0 auto;
clear: both;
position: relative;
height: 59px;
}

to..
#footer {
margin: 0 auto;
clear: both;
position: relative;
height: 59px;
color:white;
}

as for your link color you have to add a class to the a href in your footer that is located in index.php file, ie:
<a href="http://www.joomlajunkie.com" title="joomlajunkie" class="link_color">Joomlajunkie.com</a>
then in the style sheet create a class like this:
.link_color{
color:white;
}

I haven't tested it but have come across this problem before, hope this helps!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1438
stoker (Admin)
Admin
Posts: 533
graph
User Offline Click here to see the profile of this user
Gender: Male JoomlaJunkie Location: Cape Town, South Africa Birthdate: 1980-12-31
Re:Footer Styling - Change text Colors 3 Months, 1 Week ago Karma: 6  
Hi CR,
Try adding the following to your template_css.css:

Code:

#footer, #footer a{ color: #fff; }
That should sort it Cheers, Chris
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1446
crownroyal (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Footer Styling - Change text Colors 3 Months, 1 Week ago Karma: 0  
Thanks Stoker! That got it!
Once again, you have saved the day.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1457
stoker (Admin)
Admin
Posts: 533
graph
User Offline Click here to see the profile of this user
Gender: Male JoomlaJunkie Location: Cape Town, South Africa Birthdate: 1980-12-31
Re:Footer Styling - Change text Colors 3 Months, 1 Week ago Karma: 6  
No probs CR
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Love Thy Favicon!

Click on a block to select it..