Preferably, you should either remove/delete that button or redirect it to a working page.
If these methods aren’t available to you right now, you can apply this custom CSS code (temp fix).
/* Hide that first JOIN US TODAY button on the homepage. */
.page-id-2466 .buttons .button:first-child{
display: none;
}
Add custom CSS in Appearances > Customize > Additional CSS
https://www.ads-software.com/support/article/appearance-customize-screen/#additional-css
Shout if you have any questions.
Good luck!
]]>Interesting. It works fine for me. Ok then, try this.
/* Hide that first JOIN US TODAY button on the homepage. */
.page-id-2466 .buttons .button .primary-color{
display: none !important;
}
Please make sure you are entering your CSS is the correct spot. And, that you save/hit publish after adding the CSS. Try to leave the CSS in place so I can try to debug if this still doesn’t work.
Thanks!
P.S. I’m pretty sure this button is in a slider and can be edited/deleted through your Visual Composer or WP Bakery page editor. Just a thought.
]]>most welcome. great job! ??
]]>