I would like the headings to appear in different places on the image instead of the default bottom left. Is this possible?
Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .slide .slide-content.entry.fl { left: 50px; bottom: 100px; } Adjust the value of 'left' and 'bottom' as per your requirement.This will solve your issue.