Remove Plus Icon
Posted:
Fri Apr 12, 2019 3:40 pm
by Datagrace
How can I remove the plus sign (white text in green circle, lower right)? I can't find a likely match in the CSS.
Re: Remove Plus Icon
Posted:
Fri Apr 26, 2019 11:04 am
by Datagrace
Any help on this? I know I've seen it before in the docs, but I cannot find anything now.
Re: Remove Plus Icon
Posted:
Fri Apr 26, 2019 1:07 pm
by tanner
You can add this to the CSS:
.add-event-container {
display: none;
}
That will hide the green plus button for adding new events.
We have docs on CSS modifications that talk about that and a few other things here:
http://seedcode.com/pmwiki/index.php?n= ... eMaker.CSSHope that helps!