Use image as background rather than solid color
-
Hi there, I need to use an image for the background rather than just a solid hex code. When I try to add it in via custom CSS, using the .wpoi-hustle .wpoi-optin selector, it doesn’t work. In fact, it ‘breaks’ the rest of the code and causes all my other CSS changes to not appear. I’ve tried the following and both don’t work:
.wpoi-hustle .wpoi-optin { background-image:url("URLHERE"); }
and
.wpoi-hustle .wpoi-optin { background: url(URLHERE); }
Any advice?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Use image as background rather than solid color’ is closed to new replies.