Support

Home Forums Event Espresso Premium Pop Up Notifications – no words

Pop Up Notifications – no words

Posted: September 4, 2017 at 5:46 am

Viewing 6 reply threads


Bosworthsgc

September 4, 2017 at 5:46 am

Hi

Booking on our site, and the pop – ups from Event Espresso and there is no wording in the boxes, or the wording is white so not readable – not sure which
Is there a way to make the wording in the boxes visable please?

Thanks


Tony

  • Support Staff

September 4, 2017 at 8:03 am

Hi there,

Within your site is this code:

<style type="text/css" title="dynamic-css" class="options-output">p,body{color:#ffffff;}#stunning-header .page-title, #back-history-button i, h1{color:#ffffff;}h2,#contactForm span{color:#ffffff;}h3,h3.widget-title{color:#ffffff;}h4,h4.widget-title{color:#ffffff;}h5{color:#ffffff;}h6{color:#ffffff;}</style>

Do you have a ‘Dynamic CSS’ plugin activated on your site?

Either way this style: p,body{color:#ffffff;}

Is forcing all p tags on you site to use white text and that is the problem here.

You can override that using:

#espresso-ajax-notices {
    color: #000;
}


Bosworthsgc

September 4, 2017 at 8:16 am

Thanks Tony


Bosworthsgc

September 5, 2017 at 6:10 am

Hi Tony

Just processed an order for a customer and noticed that this is not working – the notification boxes are coming up , white background and nothing written in the boxes. Do I need to change the #000 value?
Thanks


Tony

  • Support Staff

September 5, 2017 at 8:13 am

You may need to make make it more specific, try:

#espresso-ajax-notices p {
    color: #000;
}

You can test this by making the change, going to an event and then not selecting any tickets but clicking to add them to the cart, that will trigger a notice.


Bosworthsgc

September 5, 2017 at 8:28 am

That seems to have done it

Thank you


Tony

  • Support Staff

September 5, 2017 at 8:42 am

You’re most welcome 🙂

Viewing 6 reply threads

The support post ‘Pop Up Notifications – no words’ 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