Support

Home Forums Event Espresso Premium EE4.6.14 – how to disable "Display" icon

EE4.6.14 – how to disable "Display" icon

Posted: March 11, 2015 at 7:38 pm

Viewing 4 reply threads


ibergelson

March 11, 2015 at 7:38 pm

There is a little folder glyph with the word “Display” to the right of it in my event. How do I disable this? What purpose is it supposed to serve?


Dean

March 12, 2015 at 3:23 am

Hi,

This doesn’t sound like something from EE, can you provide a link to an example please?


Dean

March 12, 2015 at 3:33 am

Sorry, I found the icon you were referring to.

The icon is a link to the event’s tags and is showing because the theme displays tags. Unfortunately the theme also uses the same CSS Class that EE uses for something, which is why the icon is showing.

You can disable the icon with the following CSS

.tags-links a:before {
content: “”;
}

You can disable the tags completely with the following CSS (might also be possible via your theme settings):

.tags-links a {
display:none
}

That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.


ibergelson

March 19, 2015 at 5:21 pm

.tags-links a {
display:none
}
did the trick -thanks so much!


Lorenzo Orlando Caum

  • Support Staff

March 19, 2015 at 8:16 pm

You are welcome. If you need help with anything else, just create a new support post in our support forums:

https://eventespresso.com/support/forums/

Enjoy your weekend.


Lorenzo

Viewing 4 reply threads

The support post ‘EE4.6.14 – how to disable "Display" icon’ 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