Support

Home Forums Event Espresso Premium Remove Event Name in Widget

Remove Event Name in Widget

Posted: July 22, 2016 at 1:15 pm


Targeting Excellence

July 22, 2016 at 1:15 pm

How do I remove the event name from being displayed when I am using the widget? I only want the image to show and be a link for each event.

http://targetingexcellence.org/


Josh

  • Support Staff

July 22, 2016 at 1:38 pm

The simplest way would be to set the event name to display:none; with some CSS.


Targeting Excellence

July 22, 2016 at 1:58 pm

Ok and how would that be done?


Josh

  • Support Staff

July 22, 2016 at 2:04 pm

You add a line of CSS code to your custom stylesheet:

.ee-upcoming-events-widget-title-h5 {display:none;}

If you don’t have a custom stylesheet, or a way to edit your theme’s stylesheet, you can install the Reaktiv CSS Builder plugin. That will add a CSS editor to the WordPress dashboard > Appearance menu.


Targeting Excellence

July 22, 2016 at 2:12 pm

Thanks that worked! How do I set the events in the widget to be centered in the space? They are currently left aligned.


Josh

  • Support Staff

July 22, 2016 at 2:20 pm

You add:

.ee-upcoming-events-widget-ul {
 text-align: center;
}

to your custom stylesheet.


Targeting Excellence

July 22, 2016 at 2:29 pm

Thanks!

The support post ‘Remove Event Name in Widget’ 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