This does nothing:In spite of this, you can use the .calendarEventInfo .rsvpGoing CSS selector to target the "Going" button specifically and change it appropriately as would suit your style.
.calendarEventInfo .rsvpGoing
.HandleToggle.headerButtons.rsvpButtons .headerButton.rsvpMaybe,
.HandleToggle.headerButtons.rsvpButtons .headerButton.rsvpGoing,
.HandleToggle.headerButtons.rsvpButtons .headerButton.rsvpDecline
The CSS in the XF2 version is a lot better since XF2’s is easily reusable so this shouldn’t be an issue there.Thanks!
It turned out I needed to replace a large part of nf_calendar_event_view_header.css
Everything from:
.calendarEventInfo .headerButtons
to
.calendarEventInfo .rsvpGoing:hover span
@NixFifty I would like to suggest to handle this differently in NF Calendar for XF2 so that default button values are used. Other addons do not have this issue. Just Calendar.