[Επιλύθηκε] Πώς να αποκρύψετε τον τίτλο της εικόνας's στο θέμα Divi's ενότητα γκαλερί;

  

3
Εκκινητής θέματος

Hi, how can I hide the title of an image in the Divi WordPress theme's gallery module?

Example:

hide image in divi gallery module

Thanks!

1 Απάντηση
2

It is pretty easy! 🙂

In your Child theme add these lines of code:

/*Hide the title in the gallery*/
.mfp-title {
    display: none;
}
Μοιράσου: