Hey there Cynthialoowho,
Hope you’re well! 🙂
Navigate to Dashboard > Appearance > Theme Options > Home Page [ tab] > You will see now Featured Post #1 – 4 as you can see here: http://prntscr.com/630aqr
You can select if you want logo or image to show.
Let me know if it helps! 🙂
Best Regards,
Calvin
Hi Calvin! I think Cynthialoowho is referring to the Call to Action section and not Featured Post section.
Please provide procedures in changing the image.
Thank you,
Mark
Hey there Cynthialoowho and Mark,
Working with Calvin here 🙂
If this is the section you’re referring to http://screencast.com/t/hKJET8j9PB then this can be done with some custom CSS. Since theme has it’s own custom CSS tab which is located in Appearance >> Theme Options >> Tools >> Custom CSS you can try adding this code there:
section#about-section {
background: url(your_image_url);
}
Replace dummy URL with the actual URL of the image you’d like to use.
Hope this helps 🙂
Best regards,
Bojan
It worked!! Thank you so much!