• i need to hidden the text area…what is the code to hide the text area? using custom css or remove some of the code?
    i am using video comments, only want to use video comment no text.. please let me know thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there th3harold,

    Could you please add more information on what you’re trying to hide? Also please post link to the page where you want this to be done so I can take a look. Generally this is something that could be done with some custom CSS.

    Best regards,
    Bojan

    Thread Starter th3harold

    (@th3harold)

    I got it
    #respond textarea {
    display: none;
    }
    this is what i am looking for..

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘hidden the text area’ is closed to new replies.