Banner getting whiter when placed on the site

(Photo I put on the website)

I hired a design to make a banner for my store. The photo he sends me is very good. Only I add the image to the site that is white with more brightness, does anyone know how I can solve this?

(photo he sent me)

Hi,

Add this code to the bottom of theme.css. It should remove the background color overlay.

.slideshow__overlay::before{
  background-color: none;
}

Hello @Nick_Marketing , I entered the code and it’s still the same

1 Like

Try replacing the previous code with this one.

.slideshow__overlay::before{
  background-color: transparent !important;
}

1-

Now it was show.

If you can help me in two simple things.

The slider is too big, it takes up the entire screen. I would like to slow down a little…

https://mrshops.com.br/ aoffus

You access my site you can see it better

2-

I would like to take the name on top of the photo

@Nick_Marketing

If the 1st question (background overlay issue) is solved, please mark it as “Solved”, so that others can benefit from the solution.

For the 2nd question, please open another question on the community forum specifically pertaining to banner size issue.