I’m trying to adjust the global envira gallery basic styling via CSS specifically the gallery title and captions. I tried adding this css below inside the CSS on the specific gallery page and the global appearance customize css area but it didn’t work.
I tried basic changes like:
.envira-caption { text-align: center; }
.envira-title { font-size: 18px; }
Is this possible to do via CSS or am I missing something with the CSS?
Thank You