• Resolved M.Y. Mike

    (@changmengofficial)


    Hello!

    Could you tell me please, how to temporarily make the checkout buttons disappear from my pages and how to make the checkout buttons appear again?

    The screenshot of the side checkout button and bottom checkout button on the page is here: https://ibb.co/vQ6vYbv

    Thanks!
    Best regards
    Mike

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi Mike 👋

    You can hide them temporarily with some custom CSS code. If you would like to please share a link to your site to see if we can generate that custom code for you!

    Cheers 🙂

    Thread Starter M.Y. Mike

    (@changmengofficial)

    Hi gabrielfuentes,

    Many thanks for your reply. The link is keepgoingwithsupermeng.com (the checkout buttons are on the pages of courses)

    Best regards

    • This reply was modified 2 years, 8 months ago by M.Y. Mike.
    Mirko P.

    (@rainfallnixfig)

    Hi @changmengofficial,

    Thanks for sharing the link to your site.

    You can hide Buy now buttons with some custom CSS. Under Appearance > Customize > Additional CSS, you can add the following code:

    
    /* Hide Buy now buttons */
    .course-payment, .thim-course-menu-landing .thim-course-landing-button {
    display: none;
    }
    

    When you want the buttons to appear again, you can simply comment the code starting with /* and ending with */ just like this:

    
    /* Hide Buy now buttons
    .course-payment, .thim-course-menu-landing .thim-course-landing-button {
    display: none;
    }
    */
    

    Hope this helps.

    Thread Starter M.Y. Mike

    (@changmengofficial)

    @rainfallnixfig Hello, Mirko

    Highly appreciate your kind and professional help! It works perfectly.

    Thank you!
    Best regards

    Mirko P.

    (@rainfallnixfig)

    Hey @changmengofficial,

    You’re most welcome! Happy to hear that CSS worked for you.

    I’m going to close this thread now but if you have more questions feel free to open a new topic.

    Cheers.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to temporarily make the checkout buttons disappear from my pages’ is closed to new replies.