Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Scott (@scottsweb)

    (@scottsweb)

    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.

    Thread Starter expmilo

    (@expmilo)

    Hi and thank you Scott!

    My website is https://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!

    Plugin Author Scott (@scottsweb)

    (@scottsweb)

    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: https://jetpack.me/support/custom-css/ or this should do it: https://en-gb.www.ads-software.com/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.

    Thread Starter expmilo

    (@expmilo)

    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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Remove / Hide Widget Title?’ is closed to new replies.