Section Background Image Appearing Blurry

lindscholz
Shopify Partner
3 0 0

Hi there!

I'm working within the Prestige theme for a client and have added a background image to the theme's timeline section using CSS. The background image is a solid color texture along with a small logo, which is appearing blurry in the section (screenshot is here).

Logo Blur.png

The image size is 1920 x 1080 and is very crisp, and I've used the below code to add the background image: 

#section-16243038997227bf24
{background-image: url("https://i.ibb.co/fQcDbqz/Banner-01.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

If anyone has suggestions or solution to resolve the blurriness issue, that would be amazing. Thank you! 

Replies 0 (0)