I need to make the background color in my portfolio grid #eaeaea however I don’t see where I can add that setting. Is there custom css I can add that would allow the title area (currently #ffffff) to display #eaeaea instead? Thank you!
Hey ESWEENEY113,
Sorry for the late reply. Could you post a link to where we can see the element in question please?
Best regards,
Rikard
For example, where it says ASIC/Foundry.
Not sure if the link worked so I’ve attached again in private content.
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.avia-fullwidth-portfolio .grid-content, .avia-fullwidth-portfolio .grid-content .entry-content-header h3, .avia-fullwidth-portfolio .grid-content .avia-arrow {
background-color: #eaeaea;
}
Best regards,
Rikard