How to change background overlay color? Posted in : Empathy ChrisThemesUKParticipant 11 February 2018 at 00:00 #52343 Good evening, I’m wondering how I can change the background overlay color, I want it red but with the same transparency it displays currently. I understand I could use some custom CSS for this? But I’m not sure what. Thanks in advanced. See my homepage, here: http://www.cjalderton.com Regards, Chris serkanModerator 12 February 2018 at 12:54 #52356 Hi Chris, You can use this custom css code; .has-bg-img .content:before { background: rgba(95, 73, 73, 0.75); } Thanks krypParticipant 15 September 2018 at 22:45 #56171 Hello. Is there any way to change only the opacity of the background overlay? Thanks serkanModerator 18 September 2018 at 20:12 #56206 Hi, The last number in the custom css code refers to opacity. You can change it to have control over opacity; .has-bg-img .content:before { background: rgba(73, 92, 95, 0.13); } Thanks Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in and have valid license to reply to this topic. License required for the following item Empathy - A vCard WordPress Themeby pixelwars Login and Registration Log in · Register