• Resolved lstep

    (@lstep)


    Hello,
    I’m trying to have a gallery block without a title, without description and without the icon (a search glass by default). I can deactivate the description, the title, but, for the icon, I can only change it to another icon, but not deactivate it (and remove the space it takes, even when setting its size to 0). Did I miss something or that is not possible?

    Thanks for your help,
    Luc

    • This topic was modified 3 years, 11 months ago by lstep.
Viewing 1 replies (of 1 total)
  • Plugin Contributor codersantosh

    (@codersantosh)

    Hello @lstep ,

    If you are using GUTENTOR WIDGETS => Gallery, there is no option to hide the Icon.
    Please go to Appearance => Customize => Additional CSS and paste the following CSS

    .gutentor-gallery-item-header .image-gallery {
        display: none;
    }

    It will hide the gallery icon from everywhere from GUTENTOR WIDGETS => Gallery Block.

    Note : On coming update GUTENTOR MODULES => Gallery is coming, there are various additional options with show/hide the icon.

    Best Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot remove the icon in the gallery block’ is closed to new replies.