DIVI: Hide image titles in galleries

Bildschirmfoto 2020 09 30 um 20.13.01
Contents

    If you don’t want to name every image properly, we have a CSS tip for you 🙂

    If you use the standard gallery module in DIvi, the title is displayed under the image in the lightbox.

    You can use this code to hide the screen bottom globally:

    .mfp-title {
        display: none!important;
    }
    Bildschirmfoto 2020 09 30 um 20.31.10
    DIVI: Hide image titles in galleries 3

    Dieser Beitrag ist auch verfügbar auf: Deutsch (German)

    Updated on 1. April 2024
    Was this article helpful?

    Leave a Reply

    Your email address will not be published. Required fields are marked *