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.
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.
Support forum for Event Espresso 3 and Event Espresso 4.