Okay
  Public Ticket #2071665
Contact Form 7
Closed

Comments

  •  4
    Marshall started the conversation

    Is there a way not to have the ReCaptcha Privacy Term icon to only show up on the Contact Form page and not on every page on the site?

  •  8,994
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body:not(.page-id-3824) .grecaptcha-badge {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    Marshall replied

    THANKS AGAIN! That worked perfectly.