Totara Learn Open Discussions

Quiz background colour

 
? ?
Quiz background colour
di ? ? - Tuesday, 28 August 2018, 06:05
 

Can anyone help, this seems something really easy to sort but i'm struggling. 

I'm attempting to make a quiz in Totara but every time i do i a blue background appears on it (making it look highlighted). Can someone tell me where its pulling this colour from and how i can change it to a grey or a white? 


? ?
Re: Quiz background colour
di ? ? - Thursday, 20 September 2018, 09:00
 
Hi Emily,

Is that happening on all of your questions? The color is pulled from the theme set in the Site Administration tools, though I have seen some interesting things happen when Microsoft Word formatting gets copied and pasted into a question. You'll want to check with your Totara partner to see if the theme has been customized.


Thanks!

Its me Rahul
Re: Quiz background colour
di Rahul Kumar - Monday, 1 October 2018, 05:23
 

Hi Emily, 


For to change the back ground of the quiz , there are two option 


1. You can go into Site Admin > Appearance > Theme > Basis (if you are using basis theme ) and change the main background color whatever you like 


2. right click on the light blue region and inspect element find the correct id or class

and write it in custom css area in basis theme. like this 

#idname{ background-color: green;} 

.classname{ background-color: green;}


Regards

Rahul