Removing the background image "bubbles" from Adelle Theme
-
Good Morning,
I purchased the custom upgrade and am having difficulty removing the “bubbles” that are appearing in the header of the background. When I elect to change the background image or colors, the bubbles still remain, so perhaps this is a custom CSS feature that I needed assistance with in removing.
Thank you in advance.
The blog I need help with is: (visible only to logged in users)
-
Hi you can remove them with CSS. Try this.
.site-container { background: none; }Or if you wanted to add another image you would replace the code with this.
.site-container { background: url('NEW IMAGE URL') center top; } -
- The topic ‘Removing the background image "bubbles" from Adelle Theme’ is closed to new replies.