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

    (@jewlofthelotus)

    @stanfoo To hide the title, add the following to the bottom of your theme’s style.css file:

    .slickQuizWrapper .quizName {display: none;}

    Thread Starter Stanfoo

    (@stanfoo)

    I’ve done as you’ve suggested, but it did nothing, the quiz title still there.

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @stanfoo Try the following then:

    .slickQuizWrapper .quizName {display: none !important;}

    If that doesn’t work, then I’ll need a link to a demo page where I can see the problem happening. It’s likely that there is a theme style or another plugin creating a conflict.

    Thread Starter Stanfoo

    (@stanfoo)

    That worked, thanks

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

The topic ‘How to hide Quiz title?’ is closed to new replies.