Shopify themes, liquid, logos, and UX
HELLO,
How to make an image transparent in the background?
I want to set a background image only on the Contact page.
I want to set it to full size height and add a watermark so I can put text on top.
ASAP
please help me
FULL HIGHT
Hey @Havana2024 ,
Follow these steps:
1. Online Store
2. Themes
3. Edit Code
4. Find and open your theme.css or stle.css file (located in the Assets folder).
5. Add the following code at the bottom:
.contact-page-background {
position: relative;
background: url('YOUR_IMAGE_URL') no-repeat center center;
background-size: cover;
height: 100vh;
opacity: 0.7; /* Adjust transparency */
}
.contact-page-background::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.2); /* Watermark effect */
z-index: 1;
}
.contact-page-content {
position: relative;
z-index: 2;
text-align: center; /* Adjust text alignment as needed */
color: #000; /* Text color */
padding: 50px; /* Adjust padding */
}
If I was able to help you, please don't forget to Like and mark it as the Solution!
If you’re looking for expert help with customization or coding, I’d be delighted to support you. Please don’t hesitate to reach out via the email in my signature below—I’m here to help bring your vision to life!
Best Regard,
Rajat Sharma
Thank you for your support!
I have configured the information you provided correctly. However, it did not reflect well.
Also, for some reason the text has moved to the left.
Could you please confirm?
My site has not yet been published, but if you would like to do so, please log in below and check the site behavior.
19964f-7b.myshopify.com
password: aolyia
CONTACT PAGE : https://havanagroup-official.com/pages/contact
Thank you for your support!
Hi @Havana2024
Can you share your contact page link?
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Thank you for your comment!
Please check the following before it is published.
19964f-7b.myshopify.com
password: aolyia
CONTACT PAGE : https://havanagroup-official.com/pages/contact
Thank you for your support!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025