• Hello Gutenberg forums,

    Basically, I adore the Gutenberg editor. It is everything I have wanted for my blog layout since I started using wordpress.

    But.

    There is one element I am constantly having issues with, and that is the Gallery block.

    Because of how Gutenberg handles it, making it into an unordered list, it is adding elements as defined in my theme (Tweak Me v2 by NoseGraze). Like bullets and shadows. I don’t want bullets and shadows on my galleries.

    I know there has to be a way to either make Gutenberg ignore the bullets and shadows as imposed by my theme, I just don’t know what it is. There are NO gallery settings in my theme options, just list settings.

    Thanks in advance!

    • This topic was modified 6 years, 2 months ago by Bluestocking Bookworm. Reason: I hit enter too soon. Whoops!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    It probably should be addressed by the theme itself, to not show those bullets in all ULs, but only in the ULs that need them. So, some CSS to remove the bullets from the gallery probably makes the most sense.

    For your particular theme, something like this would remove those bullets:

    
    .post_content ul.wp-block-gallery li:before {
        content: '';
    }
    

    But, depending on the theme, there may be a better solution. Themes will need to adapt too.

Viewing 1 replies (of 1 total)
  • The topic ‘Gallery block is adding elements’ is closed to new replies.