Closed (won't fix)
Project:
Read More Link (Drupal 6 and earlier)
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
21 Jan 2009 at 14:35 UTC
Updated:
20 Apr 2009 at 22:37 UTC
Comments
Comment #1
todd nienkerk commentedThis is almost certainly a CSS issue. You will need to be more specific in your CSS -- say, by adding the wrapping div to the span.read-more declaration.
Have you inspected the element using Firebug to see what CSS is styling it?
Comment #2
todd nienkerk commentedComment #3
mcurry commentedYou may need to clear your browser cache and the D6 CSS cache as well before changes are visible. Be sure your D6 CSS aggregation feature is disabled while doing CSS mods, then re-enable it only after the CSS is to your liking.
Comment #4
todd nienkerk commentedI'm almost positive this is a simple CSS error. I'm marking this "won't fix" until I hear more.
Comment #5
pete_dr commentedi'm able to add a background color and padding, but link color and whatnot won't change for me.
Comment #6
todd nienkerk commentedimpete82: I am 99% sure this is a CSS problem. Please be sure you understand the concept of CSS "specificity." If you don't already, install Firebug for Firefox to figure out what's styling that element.