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

michelle’s picture

I 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

IgD’s picture

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

jwolf’s picture

Status: Active » Closed (fixed)