Re: Image Help + Maps

#1435
admin
Participant

Hello,

Quote:
I am trying to remove the text below the comments box where it says

These are known as Form Allowed Tags. You may remove these `comment_notes_after` as follows,

Go to `Appearance > Customize > Theme Custom CSS`
Insert the following CSS Code Snippet

[HTML].form-allowed-tags {
display: none;
}[/HTML]

Thanks