Forums
-
- Forum
- Posts
-
- Installation
- 28,432
- Troubleshooting
- 62,513
- Themes
- 10,430
- Plugins
- 15,338
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
OK, I figured it out finally…you can control the color of these background fields on the front page by changing the color code in the style.css file at these lines:
.deleted.alt {
background: #ff9999;
}
Of course! “deleted.alt”…so obvious of a name for this option in the style sheets…why didn’t I think of this 9 hours ago!