January 19, 2019 at 17:02
#216941
Kieran_SQ
Moderator
Hi there,
You can add the below custom CSS to your KLEO Child themes style.css to remove the title via WP Admin > Appearance > Editor > KLEO Child > Style.css or via WP Admin > Theme Options > General Settings > Scroll to: ‘Quick CSS’.
COPY CODE
.rtmedia-item-title {
display: none;
}
.rtmedia-media-title {
display: none;
}
Make sure to purge your WordPress, server, and browser caches to see the changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.