Hi,
Its possible in PRO version using featured image.
However you can do this by changing the code of background with featured image code and then by setting different featured images in different pages you will get different background.
Thanks!
One other thing: can I change the bottom menu on the Full Width (no Sidebar) page? It has the main menu but I would like to change it. If so, how can I do it?
Hi,
You have to edit footer.php
Within this code: `<?php wp_nav_menu( array(‘theme_location’ => ‘primary’, ‘container’ => ”, ‘menu_class’ => ”) ); ?>
change primary to new menu which you create from appearance menu.
If you want to change the whole thing and use something else remove this entire code and code or use something else.