consider adding CSS to color table rows and also the 'read more' link in node link array
Done... feel free to reopen if you'd like to make suggestions for changing to any of the styling.
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
Hi folks.
Where do I add the CSS to color the Read more link?
Best regards
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).
Comments
Comment #1
TDobes commentedDone... feel free to reopen if you'd like to make suggestions for changing to any of the styling.
Comment #2
Mad Maks commentedi 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
Comment #3
(not verified) commentedComment #4
Jokes commentedHi folks.
Where do I add the CSS to color the Read more link?
Best regards
Comment #5
fgmYou 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).