Hi @mag9000,
Thanks for reaching out.
Please find the screenshots pointing to the section which you mentioned in your question.
Screenshot 1:
If you want to change the color marked in this screenshot, please add the following custom CSS code into the Theme Options > CSS.
.eg-lightbox-post-content
{
background-color: #ffff00;
}
Screenshot 2:
If you want to change the color marked in this screenshot, please add the following custom CSS code into the Theme Options > CSS.
.esg-grid .mainul li.eg-herbert-hoover-wrapper
{
background: #9118189c;
border-color: #892828;
}
Remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
If that is not the case, and you are trying to change the color of any different section, please provide any screenshot marked with the section to recognize it.
Thanks