Where do I find the assets for the event page? I want to change the event icon from balloons to something more inline with the design of my site. I have looked at every folder (I think).
You should not edit the CSS file above since your changes will be lost on a software update. Instead, you can specify new CSS in another file such as your theme’s style.css file.
The following CSS will hide the existing icons:
.ee-icon,
.dashicons {
display: none;
}
To hide the balloon icon next to the Event name, you would want to specify new CSS for this line:
The support post ‘Customize Event page–icons’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for the Custom Files add-on for EE3.