Reply To: Hover color bar in blog pictures

#3237
NexusNexus
Moderator

Here is the code for the blog and portfolio images hover

.image-info, .team-member .team-member-hover {
background: rgba(192, 68, 47, 0.8);
}

Make sure to change the rgb values and paste the code into custom css in theme options. Thanks!