Plugin Author
LBell
(@lbell)
Those buttons appear if there is a location and/or a URL found in the event data. If there’s not, they won’t.
Hopefully these screenshots come through
Looks like they didn’t. I added them under the calendar at fbcthibodaux.org/calendar
Plugin Author
LBell
(@lbell)
I see what’s going on. You’re theme’s CSS is rendering the buttons invisible with .button {outline: none; border: none; color: #fff; ...
Try styling just the calendar buttons with .pgcal-container .button {color: #000;} etc.
Where is the best place to place this code? I had been adding it to the additional CSS on the theme customization but I can’t seem to get this one to work.
Plugin Author
LBell
(@lbell)
Depending on when the CSS is called, you may need to use the controversial !important flag…
I generally prefer to use a CSS plugin but mileage may vary.