I am wondering if there is anyway to add a fixed body background image for full width (non-boxed) layout. I only see the option to do so in the styling options in the admin panel. If there is no option in theFox admin panel, what CSS would I need to add to the Custom CSS section to do this site wide?
I am wondering if there is anyway to add a fixed body background image for full width (non-boxed) layout. I only see the option to do so in the styling options in the admin panel. If there is no option in theFox admin panel, what CSS would I need to add to the Custom CSS section to do this site wide?
Thanks!
Dru
Hello Dru, thanks for purchasing Thefox!
If you want to use a background for the body you can use custom css ( thefox > styling options ) :
body { background-image:url("myimage"); }
You can also add custom background to each row of your page : http://thefoxwp.com/wp-content/themes/TheFox/includes/documentation/thefox_documentation.html#set-section
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
That worked perfectly. Thank you so much!
You're welcome!
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme