An issue with gradient overlay on an image

Solved

An issue with gradient overlay on an image

Saradh_Chandra
Shopify Partner
15 0 0

I have created a section on the product page to showcase features. Initially I created the section in HTML and converted into liquid (it worked fine in HTML). There is a reference image attached below, take a look at what I wanted to achieve. 

Saradh_Chandra_0-1733350222800.png There is an overlay on the image to highlight the text written below

Now, when I post the code in Shopify, the overlay is not getting rendered. Anyone please suggest a solution for this issue. Thanks in advance..

Here's the link to page: click here 

Password: fiages

FYI: to see the section go to a product page and find "Talk about your brand" for the section.

Accepted Solution (1)
DaisyVo
Shopify Partner
2610 321 371

This is an accepted solution.

Hi @Saradh_Chandra 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.feature-overlay {
    display: block !important;
}

 

before: https://prnt.sc/_zjmKnsV5aH2
after: https://prnt.sc/6rHir4dLIIjz

 

I hope this helps

 

Best,

 

Daisy

 
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 4 (4)

DaisyVo
Shopify Partner
2610 321 371

Hi @Saradh_Chandra 

 

I have checked the product page but I don't see the section on your screenshot, could you please add it again and the ping me so I can take a look

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
DaisyVo
Shopify Partner
2610 321 371

Hi @Saradh_Chandra 

 

Just to follow up ❤️ Do you still need help with the issue ?

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Saradh_Chandra
Shopify Partner
15 0 0

This is how it is getting displayed even with a gradient overlay.

Saradh_Chandra_0-1733726769389.png

But there is an overlay and the HTML is not rendering it. Here's an image 

Saradh_Chandra_1-1733726983877.png

the gradient overlay is not being visible

DaisyVo
Shopify Partner
2610 321 371

This is an accepted solution.

Hi @Saradh_Chandra 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.feature-overlay {
    display: block !important;
}

 

before: https://prnt.sc/_zjmKnsV5aH2
after: https://prnt.sc/6rHir4dLIIjz

 

I hope this helps

 

Best,

 

Daisy

 
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution