[हल] How to hide image's title in Divi theme's gallery module?

  

3
विषय प्रारंभकर्ता

Hi, how can I hide the title of an image in the Divi 1टीपी13टी theme's gallery module?

Example:

hide image in divi gallery module

धन्यवाद!

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;
}
शेयर करना: