Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jeff K

    (@kreitje)

    Hey Toosheds,

    Can you post a link to your site? Just to make sure, you entered a title in the “Title” section of the widget correct?

    Thread Starter Toosheds

    (@toosheds)

    Hi Jeff,

    Thanks for the quick reply!

    Of course I put a title in the “Title” section … indeed, tried several.

    bavarindaytours.com

    I have taken down the “coming soon” page for a day.

    Could the theme be overriding the widget?

    Many thanks!

    Plugin Author Jeff K

    (@kreitje)

    Hey Toosheds,

    The issue is with your themes CSS. In your custom.css file you have the following which is hidding all of the widget titles.

    .title {
    display:none;
    }

    What you can do is add the following to your custom.css file to show the title for this widget only.

    .widget_hms_testimonial_rotator .title {
    display:block;
    }

    Please let me know if this does or does not fix your issue.

    Jeff

    Thread Starter Toosheds

    (@toosheds)

    Many thanks! Thought that was only for page and post titles!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widget Title not showing’ is closed to new replies.