Forum Discussion
BennyKurniawan-
7 years agoCommunity Member
Can we change background color in Modern Player - Storyline 360
Modern Player in Storyline 360 looks great. We would like to use it. But unfortunately, the courses have to conform to brand standards. Is there a way to change to background color instead of just d...
HassaanIjazu345
6 years agoCommunity Member
This is cool David. Ever tried to insert an icon in the top menu? Using your method, I tried to insert an icon with jQuery and fontawsome but icon doesn't work well when browser window resizes - changes back to text. Might have to hard code it in the CSS for responsive behavior.
$("#tab-customlink:contains('Home')").html("<i class='fa fa-home' aria-hidden='true'></i>");