Hi, I need to add CSS but I don’t know where to add it.
I have tried adding it in both the Content CSS and extra CSS, but it doesn’t work.
I just want to change the color of a button (addevent, add to calendar) on this page http://www.findusfisketirsdag.no
This is the code.
.addeventatc {background-color:#df3402;color:#fff!important;}
.addeventatc-selected {background-color:#c31d02;}
-
.addeventatc .addeventatc_icon {background:url(https://www.addevent.com/gfx/icon-calendar-fff-t1.svg) no-repeat;}
This is the button in question:

Kind regards, Baard


