Solved

Debut theme main image is darker than it should be - is this an overlay problem?

Susabelle
Visitor
3 0 2

I am just...grrrrrrr. I am not a coder, and I have NO idea what I am looking at, but I made a wonderful graphic for our main page, and it's there, but it's DARK.  It doesn't even look like the original.

I think the problem is the "text overlay" but I can't figure out how to get RID of the text overlay, which I am not using at all.

I'm using the debut theme. The lighter color original image (left on screen shot) is what it should look like, but the right is what it looks like.  And it looks HORRIBLE. How do I fix it?

Shop is www.patchworkchickenstudio.com.  Any help appreciated!

Susabelle_0-1605494028848.png

 

 

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1785 3044

This is an accepted solution.

Hi @Susabelle 

This is PageFly. I would love to provide a solution to the issue.

Please add the code below

.hero-fixed-width::before {
content:none !important;
}

and follow this path to add the code

Themes => edit code => asset =>theme.scss.css
and add this code to bottom of the file theme.scss.css

Hope my answer helps you. If you find it helpful, just give it a like. Let me know if you need help

PageFly.

banned

View solution in original post

Replies 4 (4)

PageFly-Victor
Shopify Partner
7865 1785 3044

This is an accepted solution.

Hi @Susabelle 

This is PageFly. I would love to provide a solution to the issue.

Please add the code below

.hero-fixed-width::before {
content:none !important;
}

and follow this path to add the code

Themes => edit code => asset =>theme.scss.css
and add this code to bottom of the file theme.scss.css

Hope my answer helps you. If you find it helpful, just give it a like. Let me know if you need help

PageFly.

banned
Susabelle
Visitor
3 0 2

Thank you so much!!! I cannot express how happy I am!  I'm not a coder, and this was a daunting thing.  Other solutions I read did not give me the specifics I needed, YOU DID!  Thank you so much for your help!!

Now my image looks the way it should!

Susabelle_0-1605543654536.png

 

 

PageFly-Victor
Shopify Partner
7865 1785 3044

Hi @Susabelle 

You're welcome, I'm glad that my solution helps you to solve your issue.

Just let me know if you need help, you give a thumb up for my solution if you find it helpful.

Cheers,

PageFly. 

banned
jpack84
Explorer
66 2 23

@PageFly-Victor Thank you for the code.  I was looking to do the same thing and did a search and you were able to help.  Thanks again.