Featured Products Background

Multipurpose WordPress Theme Forum Support
GK User
Thu Apr 14, 2016 6:10 pm
I'm adding a 'featured image' in our 'Featured Products' page that we're using as a section of our frontpage. I like how it tells the featured image for the page to be that area's background. BUT it's zooming in on one section of the image and it looks horrible. Can you please give me css or something to tell it to simply center and contain that featured image as the background and to not zoom in on it?

Here's the link and it's the 3rd section down just towards the bottom of the product boxes display.
https://thebrazzle.com/

Thank you!
User avatar
Senior Boarder

Joshua M
Fri Apr 15, 2016 8:54 am
Hi,

Try to add the following custom css code:
Code: Select all
#frontpage-wrap .parallax-bg-layer {
  background-size: contain!important;
}
User avatar
Moderator


cron