Is it possible to lower the textbox and text on the photos of the homepage slider? At the moment they are in the middle of the photo; I would like it at the bottom.
To lower the slider title and description box in homepage slider image
Go to the Appearance -> Editor -> style.css
add below css code at the end of style.css file
.nivo-caption { bottom:15% !important; }
Please do this changes and let me know your feedback.