Support

Home Forums Custom Files Add-on (EE3) Customize Event page–icons

Customize Event page–icons

Posted: February 17, 2014 at 7:55 am


Seth Huckstead

February 17, 2014 at 7:55 am

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).


Lorenzo Orlando Caum

  • Support Staff

February 17, 2014 at 10:02 am

Hi Seth,

Could you please share the URL to your events page so I can provide the exact location of these icons for you?

Cheers


Lorenzo


Seth Huckstead

February 17, 2014 at 10:24 am

https://puritanseminary.org/events/beauty-and-glory-of-christs-bride/


Lorenzo Orlando Caum

  • Support Staff

February 17, 2014 at 11:48 am

Hi Seth,

I’m receiving a 404 error on that link. Could you double-check that Event Espresso is running?

Then please go to Settings –> –> Permalinks in your WordPress admin and re-save the existing permalinks.


Lorenzo


Seth Huckstead

February 17, 2014 at 1:19 pm

Try again now.


Lorenzo Orlando Caum

  • Support Staff

February 17, 2014 at 1:34 pm

Alright thank you. These are actually a font family instead of small images. The location of the existing CSS file is here:

http://puritanseminary.org/wp-content/plugins/event-espresso-core-reg1/templates/global_assets/css/espresso_default.css?ver=4.1.3.reg

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:

.ee-icon-event:before {
	content: "\e609";
}


Lorenzo

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.

Event Espresso