Hide Global Search from Quiz pages

Re: Hide Global Search from Quiz pages

by Jason Lane -
Number of replies: 0
Hello John and thanks for your suggestion. I am using Boost Campus theme. Sorry for not replying to you!

I have managed to locate this from the CSS code:

#page-mod-quiz-attempt .search-input-wrapper {
display: none;
}

The Boost Campus theme uses ID ="page-mod-quiz-attempt" in the BODY tag so I am able to assign display: none attribute to the .search-input-wrapper class.

Thank you!