Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #288108

    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.

    #288173

    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

    #288204
    This reply has been marked as private.
    #288213

    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

    #288228

    wow… I should have known that. I’ve been staring at my computer too long.

    Thanks for your help!

    #288229

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.