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
image↓
Please check the following before it is published.
password: aolyia
CONTACT PAGE : https://havanagroup-official.com/pages/contact
Thank you for your support!
Hi @Havana2024
You can add this code to Custsom CSS in Online Store > Themes > Customize > Theme settings
#contact {
background-image: url('add your image link here');
background-size: cover;
background-position: center center;
}
Hi @Havana2024
- Go to Online Store → Theme → Edit code.
- Open your theme.css / based.css file and paste the code in the bottom of the file.
#contact{
height: 100%;
width: 100%;
background-image: url('your-image-url.jpg');
background-size: cover;
background-position: center;
opacity: 0.7;
z-index: -1;
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Hi @Havana2024
You can follow the following steps:
- Please go to the Online Store.
- Then Edit Code.
- Please find the theme.liquid file.
- Please add code before closing the tag tag.
If this solution is worked, then please Like this and Mark this as accepted solution!
Shuvam
thank you!
It came true.
Also, when the characters in the rich text section are in the PC version, the left margin is missing.
Could you please tell me how to fix it?
thank you!
It came true.
Also, when the characters in the rich text section are in the PC version, the left margin is missing.
Could you please tell me how to fix it?
I was able to implement it, but when I view it on mobile, the background image is not displayed.
Can you solve it?
https://havanagroup-official.com/pages/contact
PASSWORD: aolyia
sorry. Couldn’t solve it.
I tried it, but for some reason the image was only displayed at the back of the contact form.
I’m currently trying to use someone else’s CSS.
Could you please confirm?
I was able to implement it, but when I view it on mobile, the background image is not displayed.
Can you solve it?
https://havanagroup-official.com/pages/contact
PASSWORD: aolyia