Can someone help me. I want the image to fill up the screen. Also, I would like to edit the footer info. Thank you for any help you can give me.
brolly
You can try with this custom CSS:
.hero-unit .container {width: 100% !important;} .hero-unit.section1 img {width: 100%;}
saguaros
Thank you so much. I am kind of new at this. Where do I put the code?
You can add custom CSS to file custom.css. The custom.css file is located in: templates/ja_onepage/css . If you don't see the file, create new file then open that file to add CSS to style for your template.