Forums
-
- Forum
- Posts
-
- Installation
- 28,548
- Troubleshooting
- 62,891
- Themes
- 10,444
- Plugins
- 15,399
- Requests & Feedback
- 14,995
- Showcase
- 3,259
-
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!