Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 23, 20204 yr I've searched a while now, and I can't find where to change the "black" color in the Blog entries/summary bar. I've tried modifying through the (default) theme settings, but can't find the right one to change. Any suggestions on where to look to modify?
March 26, 20204 yr Author I've continued my search and experimentation, but can not find where to change this color at. Has anyone else tried and were successful at changing?
March 26, 20204 yr You can override it in your custom.css with CSS: #elBlogHeaderStats { background: #00AA00; }
March 26, 20204 yr Author 4 hours ago, opentype said: You can override it in your custom.css with CSS: #elBlogHeaderStats { background: #00AA00; } Thanks, that worked perfectly!