Support

Home Forums Event Espresso Premium thank you page link color

thank you page link color

Posted: January 26, 2019 at 1:22 pm

Viewing 6 reply threads


ncmensspringretreat

January 26, 2019 at 1:22 pm

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:

ncmensretreat.com

Thanks,
Mike


Tony

  • Support Staff

January 26, 2019 at 1:33 pm

Hi Mike,

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?


ncmensspringretreat

January 26, 2019 at 4:16 pm

Thanks for the fast reply–that worked!

And I am using AWS for a host. Is there something I need to do to enable the heartbeat?


Tony

  • Support Staff

January 28, 2019 at 3:47 am

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?


ncmensspringretreat

January 28, 2019 at 11:20 am

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?


Tony

  • Support Staff

January 28, 2019 at 2:46 pm

You would change the above to just be:

#espresso-thank-you-page-overview-dv a {
    color: #607d8b;
}

That should cover all links within the EE content of that page.


ncmensspringretreat

January 28, 2019 at 4:46 pm

That worked. Thanks again!

Viewing 6 reply threads

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.

Event Espresso