Project:Read More Link (Drupal 6 and earlier)
Version:6.x-3.x-dev
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Todd Nienkerk
Status:closed (won't fix)

Issue Summary

Hi, this module is great!
However I have one more question: how do you change the appearance or layout?
I added

span.read-more {
color: #000;
background: #e8e8e8;
}

to my style sheet, but unfortunately, nothing happens. (attachment included)
Anyone who knows?
Thank you so much, and tx to the developer for this great module!

Els

PS: I'm using D6.6

AttachmentSize
Picture 6.png293.97 KB

Comments

#1

Component:Documentation» Miscellaneous
Assigned to:Anonymous» Todd Nienkerk

This 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?

#2

Status:active» postponed (maintainer needs more info)

#3

You 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.

#4

Title:Great Module: how change lay out?» CSS styling problem
Status:postponed (maintainer needs more info)» closed (won't fix)

I'm almost positive this is a simple CSS error. I'm marking this "won't fix" until I hear more.

#5

i'm able to add a background color and padding, but link color and whatnot won't change for me.

#6

impete82: 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.

nobody click here