Closed (fixed)
Project:
Marinelli
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Dec 2008 at 18:16 UTC
Updated:
2 Jan 2014 at 23:45 UTC
Jump to comment: Most recent
Comments
Comment #1
gluetown commentedI was having the same trouble with a different theme. After hours of searching the web, I found the answer in the template's css file itself. The header had a different color link from the rest of the body, so I just mimicked that code in the footer and found that adding this worked for me:
To change the hover display behavior, I needed to add this as well:
I'm no CSS guru (obviously) and don't know how correct or appropriate that is in terms of W3C, best practices, etc., but that's working for me :)
Comment #2
HS commentedgluetown,
Thanks a ton for taking the time to leave that response. It did the trick!