consider adding CSS to color table rows and also the 'read more' link in node link array

Comments

TDobes’s picture

Assigned: Unassigned » TDobes

Done... feel free to reopen if you'd like to make suggestions for changing to any of the styling.

Mad Maks’s picture

i added this also to the css:


table th {
background-color: #FBC636;
height: 2em;
}

so the tables are more like the layout of the site.

greetings

MM

Anonymous’s picture

Jokes’s picture

Version: » 6.x-2.x-dev

Hi folks.

Where do I add the CSS to color the Read more link?

Best regards

fgm’s picture

You can either created a subtheme (best), add it in the CSS for your site module (second best, will apply to all themes on the site and assumes you have a site module), or hack the theme (unadvised).