• Resolved theactiveone

    (@theactiveone)


    I have a button on front home page JOIN NOW I want to remove it as the page it opens has a 404 error I cant fix, I have made a new page in the menu so don’t need this button or the page, I used to be able to change content of pages, but now I find only classic available . and I don’t understand how to use it, I don’t want to change or delete using classic, because of all the extra code. I might delete the site .

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    https://www.ads-software.com/support/article/appearance-customize-screen/#additional-css

    Shout if you have any questions.

    Good luck!

    Thread Starter theactiveone

    (@theactiveone)

    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.

    Thread Starter theactiveone

    (@theactiveone)

    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

    Thread Starter theactiveone

    (@theactiveone)

    Thanks Thanks Thanks.

    @theactiveone ,

    most welcome. great job! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Button from front page’ is closed to new replies.