• Resolved willmorcos

    (@willmorcos)


    How do I completely delete the Leave your message at the bottom of the page?

    Thank you

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi willmorcos

    For this, Please add the following CSS code in custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).

    body.product-template-default .comment-form-section { 
        display: none; 
    }

    I hope this will helps.

    Let me know if it works..!

    Thanks

    Hi, willmorcos

    Paste the below custom CSS in the theme’s custom CSS box ( Go to wp-admin > Appearance > Customize > Header settings > Custom CSS )

     .comment-form-section #reply-title{
    	display: none;
    }

    Let me know did it work!

    Thanks

    Thread Starter willmorcos

    (@willmorcos)

    Thank you Shahid and Imraj.

    I went ahead and added the first custom CSS provided by Shahid and it worked.

    Thank you so much to both of you for your time. Really appreciate it.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Leave your message’ is closed to new replies.