I’ve spent a lot of time getting no where with this; AI couldn’t solve the problem either after feeding it the entire page source code. But I know the answer isn’t that complicated.
Horizon sections allow adding a background image, but its either “cover” or “fit”* and I’m looking to tile an image from the top left corner and fill the entire space of the section.
* Fit actually manipulates the image too; it’s placed in the center but expands to fit the height of the section.
Here’s what I’m looking for:
- Which class(es) to use in the section’s custom CSS area.**
{
background-image: url('<url path>');
background-size: auto;
background-position: top left;
background-repeat: repeat;
}
This should be the CSS to use once I find the class(es).
** Please, if you can help, add the Rich Text section to a store you have, and work off of it. I can’t provide a store URL. If there’s a unique auto generated class name, use whatever is on your end, that will be enough for me.
Thank you.
