Hide "Save my name, email, and website in this browser for…"

Posted in: Newspaper
Post count: 13

Hi! Im working on this site:
https://veochubut.com/massoni-solicito-la-banca-28-para-responder-los-informes-solicitados-por-los-diputados/

I need to hide this text and check box which is under the comments form “Save my name, email, and website in this browser for the next time I comment.”

It is posible?
TY!

Post count: 35449

Hi,

If this text is not required, you can use a css like this one -> https://i.imgur.com/aODzsZX.png
.single .comment-form-cookies-consent{
display: none;
}

The code need to be set in theme panel> Custom code> Custom css.

Hope this will help you!
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.