Change portfolio image background color

Hi I want it to be white for all how can I do? the background of pngs is showing grayish black please provide css see screenshot

Hi @businessbackpacker,

Thank you for writing in, but sorry I don’t see a grayish background behind the png images. Please clarify.

I can’t access the page on your screenshot, I think that is for member only.

Please clarify,
Cheers!

yes that is what I mean it works on shop page but not on portfolio items

I need code for portfolio background change only

Hi @businessbackpacker,

Sorry but I can’t access your Portfolio page (/business-courses-online-paid-membership/), please let us know how we can view it so we can take a closer look on the issue.

Thanks,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

Hey @businessbackpacker,

Here’s the override CSS code to change Ethos Entry Cover Background Color.

.entry-cover {
    background-color: #fff;
}

Just in case you don’t know, it must be added in X/Pro > Theme Options > CSS.

Hope that helps.

1 Like