Support

Home Forums Event Espresso Premium BackGround white box for the Event Page

BackGround white box for the Event Page

Posted: December 2, 2020 at 5:01 pm


Fildcher

December 2, 2020 at 5:01 pm

Hello, I am trying to think how to set a solid color ( white for example ) background color, so that text would be readable, see the link https://cpraedclass.com/classes-cpr/basic-life-support-bls/
Please let me know how to do that.

Thank you!


Tony

  • Support Staff

December 3, 2020 at 3:47 am

Hi there,

Something like this?

.single-espresso_events article.type-espresso_events {
    background-color: white;
    padding: 1em;
}

Add that to Appearance -> Customize -> Additional CSS.

Is that what you are looking for?


Fildcher

December 4, 2020 at 10:16 am

Yea, that worked fine. Can you also help me hide this section, like on this picture: https://ibb.co/Gt6dZBk

It shows whoever made the event, I do not want to show it.


Tony

  • Support Staff

December 7, 2020 at 3:31 am

Sure, this should remove it for EE events:

.single-espresso_events .entry-author {
    display: none;
}

The support post ‘BackGround white box for the Event Page’ 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