What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Custom CSS Hero Image Caption Card Transparency

Solved

Custom CSS Hero Image Caption Card Transparency

kankrum
Tourist
4 0 0

 Screenshot 2024-10-03 at 12.26.58 PM.png

The above image from my store. I would like to know the Custom CSS code to increase the transparency of the card behind "Mix And Match" text. I'd like it to be 10-15% more transparent. I am using ShowTime theme. Thanks!

Accepted Solutions (2)
Moeed
Shopify Partner
6357 1722 2083

This is an accepted solution.

Hey @kankrum 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.\#hero.gap-h4.\@box\:d4.shadow-3.\@align\:center.\@size\:md {
    --bg-color: rgb(255 255 255 / 38%) !important;
}
</style>

RESULT:

Moeed_0-1727984651492.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


View solution in original post

comercioservice
Shopify Partner
273 37 34

This is an accepted solution.

@kankrum 

 
hi Hope you are well,
I’ve taken a look at what you need—just a little CSS magic, and everything will be fixed! Follow my steps, and you'll have it sorted in no time!

1, from admin, go to Online Store > Themes.
2, Actions > Edit code for your active theme.
3, Find and open the theme.liquid file, maybe in the Layout folder.
4, Look for the </head> tag and paste the code in the end

 

<style>
.\#hero {
    --bg-color: rgb(255 255 255 / 38%) !important;
}
</style>
​

 

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
6357 1722 2083

Hey @kankrum 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


kankrum
Tourist
4 0 0
Moeed
Shopify Partner
6357 1722 2083

This is an accepted solution.

Hey @kankrum 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.\#hero.gap-h4.\@box\:d4.shadow-3.\@align\:center.\@size\:md {
    --bg-color: rgb(255 255 255 / 38%) !important;
}
</style>

RESULT:

Moeed_0-1727984651492.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


comercioservice
Shopify Partner
273 37 34

This is an accepted solution.

@kankrum 

 
hi Hope you are well,
I’ve taken a look at what you need—just a little CSS magic, and everything will be fixed! Follow my steps, and you'll have it sorted in no time!

1, from admin, go to Online Store > Themes.
2, Actions > Edit code for your active theme.
3, Find and open the theme.liquid file, maybe in the Layout folder.
4, Look for the </head> tag and paste the code in the end

 

<style>
.\#hero {
    --bg-color: rgb(255 255 255 / 38%) !important;
}
</style>
​

 

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!