Support

Home Forums Event Espresso Premium How do I remove this descriptive field from my events

How do I remove this descriptive field from my events

Posted: December 17, 2017 at 9:44 am


BG

December 17, 2017 at 9:44 am

Hi there,

I’m currently in the process on creating a new version of our website and it is on a test domain at the moment.

I have managed to turn off the Avatar and the Author (using a hide author plugin) but I am still left with a descriptive field that went below the user name.

Having done an inspection of the element, the line of code I need to remove is: <h6 class=”post-author__role”>administrator</h6>

Can you let me know how to do it without affecting any further updates of Event Espresso.

You can see here in yellow text:

https://theukfoodevent.co.uk/events/york-racecourse-march-2018/


Tony

  • Support Staff

December 18, 2017 at 4:00 am

Hi there,

That output is not actually from Event Espresso, it’s from your theme.

EE events are custom post types, so your theme will output them as posts with any details it normally would, EE basically hooks into the_content and injects the event details on the fly.

Looking at the site it looks like you’ve already removed the output you needed, do you need further help?


BG

December 18, 2017 at 8:37 am

Hi Tony, yes I managed to work out how to do it using the plugin. I do have one other question. It relates to the white pop up box that appears after you select the quantity of tickets you want.

On this new test site, the text is appearing invisible. Can you let me know how to change the font color without losing the changing after you do any updates to the plugins. Which file do I need to adapt?

https://theukfoodevent.co.uk/events/york-racecourse-march-2018/


BG

December 18, 2017 at 8:39 am

Also on the next step can I change the grey font too.


Josh

  • Support Staff

December 18, 2017 at 9:32 am

You can add the following CSS to the Appearance > Customize > Additional CSS panel to give those buttons a background color that matches the other buttons on the site:


#cart-results-modal-dv a{
background-color: #EE5976;
}

You can change any font color by adding additional CSS to that same panel. If you can share a screenshot of the grey text we can share more specific examples.

The support post ‘How do I remove this descriptive field from my events’ 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