Posted: June 8, 2017 at 4:22 pm
|
On my front page of my website- It Says Tea for One sets- you click the link and it takes me to a site where I can buy teapots and tea cups. Please help I do not sell teapots. Thank you, |
Hi there,
That link is actually on every page, but it is not from Event Espresso. Has that only recently started happening? Have you recently installed any new plugins/themes?
Your theme is setting the background colour of submit inputs to white with white text – http://take.ms/AdRn5 As the Register now button is one of those input, it has a whitebackground with white text, on a white content background, meaning you can’t see it. You can override that specifically for the ticket selector buttons using: .tkt-slctr-tbl-wrap-dv .ticket-selector-submit-btn { background: grey; } You can add the above styles to your theme within: Appearance -> Customize -> Additional CSS. |
|
|
Thank you, The Tea for one Sets- I noticed a couple of weeks ago it went away then came back. Thanks for your help! |
Hi Ryan, You can add something like this to make those have a gray background:
With regards to the “Tea for one Sets” links on your site, you’ll need to figure out how they got added before you can get rid of them. So if they’re added by the theme, you remove them from the theme. If they’re added by a plugin, you remove the plugin or the code from the plugin that adds those links. If they’re added by a rogue file from your site getting hacked, then you’ll need to clean up and dispose of the rogue files and change all the passwords for the accounts that access your website. |
|
|
Thanks, Last thing, the same happens for my proceed to payment button. 🙂 Lucy |
You’ll likely find the same will happen in various places because the theme selector is so general, it’s setting any input to use a background of white. Something like this should work: .spco-step-dv input.spco-next-step-btn { background-color: grey; } In regards to the Teapots link, it may appear to be something insignificant but you basically have code running on your server/site that you have didn’t intend to be there, it could do more than just add a link to the page (it is not my code and I’ve never seen ite so I have no idea what it actually does) so I would highly recommend investigating further to find where that link is coming from. |
|
The support post ‘Tea for One Sets’ 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.