• Resolved skeene

    (@skeene)


    Hello. I recently added this plug-in, but I’m having an issue where the widget title does not react correctly.

    If I do not name the widget, it displays “<!– citadela-no-widget-title –>” above the Instagram feed. If I input a title, it displays something like “<h3>Social</h3>”

    What can I do to ensure nothing displays in the widget title area?

    Thanks in advance.

    • This topic was modified 5 years, 8 months ago by skeene.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @skeene,

    Thank you for reaching out to us for support. While this isn’t directly related to our plugin I am happy to provide a small CSS snippet to not display this. To actually fix it I suggest you contact support for your theme. You can add this under custom CSS for your theme:

    
    #instagram-feed-widget-2 .widget-title {
       display:none;
    }
    

    Let me know should you need any further help with this. Many thanks!

    Thread Starter skeene

    (@skeene)

    Thanks, Joel!

    Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @skeene, you are very welcome. Let us know if you run into any issues with our plugin in the future. Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘No widget title issue’ is closed to new replies.