Forums
-
- Forum
- Posts
-
- Installation
- 28,416
- Troubleshooting
- 62,414
- Themes
- 10,415
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
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!