Hi, thanks for a great theme :) I'm using it on my site and have done quite a lot of CSS tweaks and some edits to page.tpl.php but can't seem to style the greenish-coloured horizontal bars that appear below each teaser post on the home page in this screenshot: http://drupal.org/node/350644

Ideally I'd like to replace the "double-bar" style with a simple 1px-high light grey bar (the sort of line you'd get from inserting an


tag in html) or just simply colour the existing double-bar light grey.

Thanks :)

Comments

awebmanager’s picture

Sorry, in my 2nd paragraph it should say "(the sort of line you'd get from inserting a horizontal row tag in html)"

The input filter removed the actual tag I put in :)

Deepika.chavan’s picture

Hi ,
Add following css code in local.css file.

.node {
  background:transparent none repeat scroll 0 0;
  border-bottom:1px solid lightGrey;
}

Please clear cached data here - /admin/settings/performance .
HTH !!

Rgrds,
Deepika chavan.

awebmanager’s picture

Many thanks Deepika, that's great! :-)

bluegeek9’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.