[解決済] Diviテーマのギャラリーモジュールで画像のタイトルを隠すには?

  

3
トピックスターター

Hi, how can I hide the title of an image in the Divi ワードプレス 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;
}
共有: