Can I place a repeating background image in a color section that also has a custom image? I tried assigning an id for the color section than creating a repeating background with css but no luck.
Also, the custom image in the color section is placed top center, scroll and doesn’t seem to be responsive.
Hey!
Yes, that’s possible, refer to this guide on how to implement multiple backgrounds:
https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_multiple_backgrounds
Best regards,
Josue
Hey!
Try swapping the order of them:
background: url(https://www.winningbets.com/wp-content/uploads/2014/06/wgwbg1.jpg), url(https://www.winningbets.com/wp-content/uploads/2014/06/wood2.png);
Cheers!
Josue
wow… I should have known that. I’ve been staring at my computer too long.
Thanks for your help!
You are welcome, always glad to help :)
Regards,
Josue