Hiding navigation bar in quiz page (Anomaly theme)

Hiding navigation bar in quiz page (Anomaly theme)

by Wadad Wazen -
Number of replies: 2

Hello,

We are using Anomaly Theme on Moddle 2.2.7+ and we would like to hide the breadcrumb navigation bar from the quiz page only but keep it in the remainder of the site.

If we modifiy the .css of the theme, the bar will be removed from all the site.

Is it possible ?

 

Thanks for the help

Average of ratings: -
In reply to Wadad Wazen

Re: Hiding navigation bar in quiz page (Anomaly theme)

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Try adding...

.path-mod-quiz .breadcrumb {display: none;}

to your theme's css stylesheet.

Remember to enable Theme Designer Mode whenever you are working on your theme, but don't forget to disable it after you have finished, as it will slow down your site considerably!

HTH

Mary

In reply to Mary Evans

Re: Hiding navigation bar in quiz page (Anomaly theme)

by Wadad Wazen -

It works smile

Thank you Mary for ur response