PenciDesign replied
Hi,
Thank you for purchased our theme and loving it.
1/ For background body boxed, you can use image with the size about 1920px width and 1000px height
2/ To make it clicked, you need to edit the theme file, please do following steps:
a) Add more this code like on this image:
<a class="penci-overlay-bodyclick" href="YOUR_URL" target="_blank"></a>
Note: You need to change YOUR_URL on the above code to the URL you want to go when users click on body boxed image - include http:// or https:// for the URL.
b) Add more this code to Customize > Custom CSS:
.wrapper-boxed{ position: relative; z-index: 10; }
.penci-overlay-bodyclick{ position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 2;}
Hope this help,
Best Regards,
PenciDesign