Closed (fixed)
Project:
Amadou
Version:
5.x-2.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2007 at 21:28 UTC
Updated:
25 Jun 2007 at 04:07 UTC
I'm using Amadou on my website and love it. Can you make it even better by adding shading/background color to content designated "sticky"? There is a good example of this on the Drupal home page. There are always one or two lead stories with a grey-blue background.
Thanks!
Comments
Comment #1
michelleI don't use this theme, but try adding this to your CSS:
.sticky {
background-color : Blue;
}
If that works, change the color to whatever you like. If it doesn't, you'll need to look at the source of a page with sticky nodes and see what class the theme is using.
Michelle
Comment #2
IgD commentedThat worked thanks I still think it would be a great feature for the Amadou theme. Any idea how to make a rounded edge instead of a rectangular one like on the Drupal home sticky content?
Comment #3
jwolf commented