[해결로 표시] Divi 테마 및 갤러리 모듈에서 이미지 및 #039의 제목을 숨기는 방법 #039의 갤러리 모듈?

  

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;
}
공유: