We are planning to use Discuz to enable people to leave messages of condolences on our memorial site as well as to leave comments on our post.
The "Start the Discussion" placeholder is appropriate on Memorial pages - see:
https://memorialise.co.uk/events/united-kingdom/swansea/morriston/carole-margaret-allen/#reviews
Can you indicate where/how I can edit/remove it, preferably in a way which will not be brought back with updates.
Best wishes
Hi @tobydoyle,
Please navigate to tye Dashboard > Comments > Settings >Styling admin page put the following CSS code in the "Custom CSS Code" textarea to hide the "Start the Discussion" text.
textarea#wc-textarea-0_0::placeholder {
color: transparent;
}
Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.