I tried to use the NextGen plugin that you suggested but its way too cumbersome. I like the one your theme creates but just want a caption/description for each image. Is that possible? I also want to delete the Facebook and Twitter icons/links. Please advise. Thanks.
Hello, 1. We are working on this issue. We will add caption feature in the gallery with our next update of this theme and we will inform you after such update. 2. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .top-icons ul li.fb { display: none; } .footer-social-icons ul li.ftr-fb { display: none; } .top-icons ul li.tw{ display: none; } .footer-social-icons ul li.ftr-tw { display: none; } This will solve your issue.