Hi, how can I hide the title of an image in the Divi WordPress theme's gallery module?
Example:
Thanks!
It is pretty easy! :-)
In your Child theme add these lines of code:
/*Hide the title in the gallery*/ .mfp-title { display: none; }
622 questions
979 answers
129 comments
53 users