How to make an image transparent in the background?

How to make an image transparent in the background?

Havana2024
Excursionist
68 0 6

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

 

Havana2024_0-1733985570094.png

 

FULL HIGHT

Replies 5 (5)

rajweb
Shopify Partner
519 45 101

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

-Need a Shopify developer?
https://rajatweb.dev/
Email: rajat.shopify@gmail.com
Havana2024
Excursionist
68 0 6

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!

Havana2024
Excursionist
68 0 6

スクリーンショット 2024-12-13 041643.png

Dan-From-Ryviu
Shopify Partner
10739 2123 2241

Hi @Havana2024 

Can you share your contact page link?

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Havana2024
Excursionist
68 0 6

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!