Home › Forums › Jevelin Theme › Changing opacity on background images
Home › Forums › Jevelin Theme › Changing opacity on background images
Hello – I would like to change the opacity on my background image on the subscribe widget at http://www.theembroideryshopil.com. That way the text stands out more. Can you help?
An easy way would be to edit the picture in Photoshop. Currently, there is no way for CSS to natively change a background-image opacity. There are a few workarounds and tweaks you can do with pseudo-elements, but editing it directly in Photoshop or a similar photo editing software would be easier and involve no coding skills.
I hope you are well today and thank you for your question.
@540media has provided answer very well above but i want to also share you alternate solution to highlight subscribe section and text by adding transparent black background to it.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#subscribe .sh-column {
background: rgba(0,0,0,0.5);
}
Best regards,
Shufflehound team
Thanks for the code but it is leaving a straight line across the picture. If you could check that out and see what’s causing that?
Please try using below CSS code instead of above.
#subscribe .sh-column:last-child {
background: rgba(0,0,0,0.7);
}Yes! That works. Thank you.
Sorry, one last question. I can’t seem to find how to change the background image on my footer? It’s driving me crazy. 🙂
You can change the background image of footer from footer styling option of theme as shown in the attached screenshots.
If you need services beyond standard support, we've got your back!
If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.
We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.
More complex styling changes, theme option modifications, and third-party integrations.
If you need something that's not included in the theme, we can code it for you.
Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.
Full website builds, custom theme development, or plugin creation from scratch.
We'll provide a clear quote based on what you need. No hidden fees.