Changing background to a picture?
-
Hi!
I am using the Vigilance theme and was wondering if I could somehow use a pattern or a picture instead of a solid colour as my background?
Thank you for any help!The blog I need help with is: (visible only to logged in users)
-
Hi
I have a feeling that comes under the ‘Custom CSS’ stuff, which unfortunately we cannot change. (but I may be wrong)
-
Would a mod please delete the rocker dude post?
Laram,
You can change the background with the CSS upgrade. Also, there’s a workaround without having to buy the upgrade but since I’m not familiar with your theme, I do not know if it will work for you.
Maybe one of the other volunteers can provide you with the link to that workaround… I just can’t find it.
-
Thanks Trizzo and Devblog for getting back to me so soon.
If any other volunteers know about this workaround, I would be very grateful! -
The following is the basic code. You replace “URL_of_image” with the URL of the background image you upload to your media library.
<div style="position:fixed;top:0;left:0;background:#fff url('URL_of_image');width:100%;height:100%;z-index:-1000;"></div> -
Thank you so much!
Sorry for being such an idiot but I am really new to this… what exactly do I do with that code?? -
-
-
-
- The topic ‘Changing background to a picture?’ is closed to new replies.