Hi there,
I have been trying to change my #abovewrap background. It is currently set to #ccc color. Can you please tell me how to change the background to an image instead than a color. I checked in the template setting and it only allows me to change it to a color, there is no background image option. Thanks.
Hi jcruz2016
You can use this custom css to define the background image for that section:
#abovewrap { background-image: url(https://www.sanjorgeecolodges.com/images/SJQ/San-Jorge-Eco-lodge-Banner.jpg); }
change the image to your desired one.