Is it possible to add a pattern background (like the body) to the footer widget area? Thanks.
Footer Background
(6 posts)
(3 voices)
-
Posted 10 months ago #
-
Hi,
In the theme options panel, there's a field where you can write custom CSS code to override the default styles of the theme. In that field, paste this code:
#footer { background: url("http://full-path-to-your-image.jpg") repeat top left; } #footer > .multibg > .multibg { background: transparent; }In the first declaration, you have to replace the dummy text that I put in the URL of the image, with the full URL to the image in your server.
Posted 10 months ago # -
Hello wesleysoccer,
I just wanted to pop in here and let you know that you can do this with our skin generator also, http://mysitemyway.com/docs/index.php?title=Creating_a_new_Skin#Footer.
Posted 10 months ago # -
Thanks Elliott but I don't have that option in the footer
see image http://d.pr/j3TT
using new version of infocus....
Let me know?
Posted 10 months ago # -
Oops, sorry about that. With inFocus it's a bit different. You will need to use the custom CSS option in the admin panel as instructed by Ruderic.
Posted 10 months ago # -
thanks...it also worked when i added it to the body background of a new skin I created...I think...thanks guys.
Posted 10 months ago #
Reply
You must log in to post.













