Hi,
You could try as a test to deactivate all your plugins except the theme plugins, then check if the characters are still displayed.
They seem to originate from this file, after this line
– https://www.screencast.com/t/TevAxkuZtqJu
The line of code should be like in the screenshot.
Thanks
Hello,
If you altered the theme files and you do not know what you modified, reverting to the default code is simple. Update your theme and replace all files with the original files. Use this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hello,
.post footer {
clear: both;
display: none;
}
Just place this code in your theme panel >> Custom Code >> CSS
And then save it & refresh the page.
Sometimes it’s good to go with simple customization rather than changing the whole code.
Inspect the error & just play with the codes in the inspect element console & try it.
Good luck with your website.

