On the thank you page the 2 small links for 1)editing attendee info and 2) resending registration info are showing up white which is difficult to see.
Is there a CSS to change these? The registration page can be found here:
Its from your themes CSS, its setting all links to white everywhere.
For that specific section you can use:
#espresso-thank-you-page-overview-dv .ee-registration-details-dv a {
color: #607d8b;
}
I used the hash for a colour your theme already uses, you can use another if you prefer.
Note on your thank you page the ‘loading transaction and payment information…’ text shown normally indicates that the heartbeat API has been disabled on your site, may I ask which host are you using?
Actually, I just double checked and it looks like it’s the autoptimize plugin you are using. It’s combining all of the JS files on your site into a single file but the problem within doing that is you have to be really careful with the load order.
If you open up Chrome dev tools on your site and look at the console you’ll see multiple JavaScript errors being thrown because of ‘missing’ files (which are likely just files in the wrong order).
If you disable that plugin, clear the cache and retest, does that link change for some transaction details on the thank you page?
I disabled the add-ins you mentioned and that seems to fix it. Thanks!
That uncovered one last link that is in white. On the thank you page under transaction details, view payment options is in white. Can you give me the CSS to override my theme color for that one too?
The support post ‘thank you page link color’ 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.