how can i remove and hide this one checkbox along with the associated sentence (please see screenshot)
Is there is a CSS code that can achieve this please
Hey zohar2014,
Could you post a link to where we can inspect those elements please?
Best regards,
Rikard
It’s the comments feature in advanced layout builder.
you can see example here: http://dietetykaugustow.pl/weganski-makaron-spaghetti-z-szybka-pasta-z-awokado/
it would be the second checkbox and sentence, not the first
Hi zohar2014,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.comment-subscription-form:nth-child(2n) {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
It works thanks!!!