Forum Discussion
JH-d12f9bfa-674
2 years agoCommunity Member
Please Help! - "Resources" Headline Text Formatting in Storyline 3??
Hi, I'm trying to adjust the font size, color properties, and verbiage for the headline that shows up under the Resources tab when I click it to view PDFs attached to our course. None of the "adv...
Jürgen_Schoene_
2 years agoCommunity Member
you can do this with a javascript trigger (when the "timeline starts" -> Master Slide)
document.querySelectorAll('#resources-head > p > font')[0].style.color = 'green';
document.querySelectorAll('#resources-link')[0].style.color = 'green';
this is tested with SL 360 + classic player (you have to test it with SL3)
result:
https://360.articulate.com/review/content/4f396578-e5b0-4f92-9f30-041a9fc0f814/review