Support

Home Forums Event Espresso Premium Text isn't showing up

Text isn't showing up

Posted: October 29, 2015 at 10:45 am


ntemple

October 29, 2015 at 10:45 am

I don’t know if this is event espresso issue or an issue with my site: I created the event and added it to my menu. Some of the text regarding the event isn’t showing up but when you highlight the screen it is there.


Tony

  • Support Staff

October 29, 2015 at 10:51 am

Hi there,

Can you link me to an event so I can view this please?


ntemple

October 29, 2015 at 10:53 am

Some of the text on this page:
http://readsidebyside.com/events/raising-the-standards-through-chapter-books-the-c-i-a-approach/

The Questions on this page:
http://readsidebyside.com/registration-checkout/#checkout


Tony

  • Support Staff

October 29, 2015 at 11:14 am

You currently have some custom css that is doing this:

.entry-content {
    font-size: 15px;
    color: #fff;
}

That is within the Simple Custom CSS plugin which is setting the text to white, on a white background you then can’t see it.

You can overrule this using something like:

#ee-single-page-checkout-dv,
.single-espresso_events .entry-content {
    color: #000;
}

However you are likely to run into this same problem in various places with your current css as it will apply to any element within any page that is within an element with the class .entry-content

As you have added that code previously you likely wanted to change the color of text somewhere, I would recommend making that selector more specific to prevent this from happening rather than overrule all of the issue it may/will cause.

The support post ‘Text isn't showing up’ 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