Viewing 1 replies (of 1 total)
  • akyusa01

    (@akyusa01)

    Hi Sean 🙂

    You can install a plugin (Like Simple Custom CSS) to add custom CSS to your site, this CSS (below) will change all of your galleries, so if you were only wanting to change 1 or 2 of them, you would want to target the id # of the gallery (which I can help with you with if you provide a link), but generally, this is the CSS to add numbers above the images.

    div.envira-gallery-item {
        display: list-item;
        list-style: inside decimal;
        text-align: center;
    }

    Please let me know if that helps, thanks!

Viewing 1 replies (of 1 total)

The topic ‘bullets’ is closed to new replies.