Hi @theactiveone ,
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
Appearance Customize Screen
Shout if you have any questions.
Good luck!
Thanks for your help. I cant delete or move the button, tried the CSS Code, button and page still there. is there software I can install that will help.
Hi @theactiveone ,
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.
Thank you so much. Mark, I found the button in the slider , it is gone now with the error page. I spent a lot of time trying to delete it in the end it only took a couple of minutes, thanks again
@theactiveone ,
most welcome. great job! š