Not sure how to describe what is going on. When someone adds a ticket to their cart a pop up shows up…well none of the images(if they are images) show so people don’t know what to do next
Those aren’t images, they are links with some text which you currently can’t see because of your theme – http://take.ms/2e96F
The theme is setting all elements with the class ‘button’ to have a color of white, with the links you’ve mentioned that means its white text on a white background so you can’t see it.
To fix this you can add some additional styles for those links, something like this:
#cart-results-modal-dv a {
color: #F33F3F;
}
You can add that to Appearance -> Customize -> Additional CSS
The support post ‘Successful Add pop up not showing images’ 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.