I like the new responsive EVO template, but was wondering if there is an easy way to change the background photo? I've checked the admin panel and wasn't able to find an easy way to do so. Any help or direction would be appreciated. Thanks!
I like the new responsive EVO template, but was wondering if there is an easy way to change the background photo? I've checked the admin panel and wasn't able to find an easy way to do so. Any help or direction would be appreciated. Thanks! |
In the templates general.css div.sys_root_bg { Just upload a different image to /templates/tmpl_evo/images/ Then change the line in red to reflect the new file name My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Why don't we have any drop-down menus from the top menu in the Evo template? No drop-down menus on my local copy, or on the demo site. Drop-downs work fine on the uni and alt templates. |
Why don't we have any drop-down menus from the top menu in the Evo template? Because the Evo template is designed to be compatible with mobile devices that don't have a mouse. Drop down menus require the use of the hover pseudo class, which doesn't behave well on mobile devices. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Thanks HL - You saved the day again. |
Just rename the picture to sys-bg-main.jpg (you want add in the background) and upload it in /templates/tmpl_evo/images/ Via ftp by overwriting the original. I like the new responsive EVO template, but was wondering if there is an easy way to change the background photo? I've checked the admin panel and wasn't able to find an easy way to do so. Any help or direction would be appreciated. Thanks!
Umar Haroon |
Just rename the picture to sys-bg-main.jpg (you want add in the background) and upload it in /templates/tmpl_evo/images/ Via ftp by overwriting the original.
That is awful advice. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
That is the most simplest way to do it. I do daily ;) Image Should be of same size Umar Haroon |
OK... it's simple bad advice. Some people like to name images to reflect what is shown in the images. For instance: background-image: url(../images/BigOleFukinBlackCloud.jpg); Then maybe they want to use a different background image a few times a year, then revert to the usual one after a period of time. For example:
You get the idea.. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |