How do I change the background color of the excerpt text located to the left of he image? On my page right now it is white.
Hey envisageiam,
Please try the following in Quick CSS under Enfold->General Styling:
.grid-entry .first {
background-color:red;
}
Best regards,
Rikard
Worked great, thank you!