Simply leaving out the title should stop it from rendering on the page. Another option is to hide it with CSS.
Without a link to your site though it is not something I can properly advise on.
Hi and thank you Scott!
My website is http://Worldin360.com
I have tried using just a space, but the following message appears and forces me to have characters in the field:
“You must enter a title for your widget. If you do not want your widget title to be visible then you must customize your local CSS to hide it. “
I do not know CSS, if you can provide it and let me know where to insert it, I would be forever grateful, thank you!
Happy Holidays!
Turns out your not even using my plugin 🙂
Regardless the CSS you need is:
.widget-instagram-for-wordpress .widget-title {
display: none;
}
You can add it to your site using a custom CSS plugin. There is one in Jetpack if you use that: http://jetpack.me/support/custom-css/ or this should do it: https://en-gb.ww.wp.xz.cn/plugins/simple-custom-css/
Also it is not normal for a WordPress site to force you to have a widget title, I have not see that before. I think it could be your theme doing odd things.
Scott!
First, I had no idea and thank you for helping me. Second, it worked.
Thank you for your help, this is a new project, but I will make sure that I return the favor when my resources are greater. Thank you very much!