Home › Forums › Support › Use tiled image in sections This topic has 3 replies, 2 voices, and was last updated 8 years, 5 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 23, 2015 at 7:48 am #101530 Susanne Love this theme and the add ons. I want to use a tiled image instead of a large image for a background image in sections. There does not seem to be an option for that and I cannot override the CSS in my child theme. I tried #generate-section-2 .generate-sections-container { background-size: tile; } But no go. April 23, 2015 at 9:11 am #101569 TomLead Developer Lead Developer Give this a go: .generate-sections-container { background-repeat: repeat; background-size: auto auto; } If you want to only do it on a specific section, give that section a custom class, and then do this: .generate-sections-container.my-custom-class { background-repeat: repeat; background-size: auto auto; } April 23, 2015 at 10:23 am #101626 Susanne perfect! Worked like a charm! Thank you so much for your prompt reply! April 23, 2015 at 2:01 pm #101682 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In