Hi all,
I feel like I should know how to do this, but how do I make the title font size larger when it is being viewed in Self Service? On the same note, what about font color and/or type? Is this all html code?
Hi all,
I feel like I should know how to do this, but how do I make the title font size larger when it is being viewed in Self Service? On the same note, what about font color and/or type? Is this all html code?
Best answer by emily
It's controlled by a style sheet.
On your JSS look for
/Library/JSS/Tomcat/webapps/ROOT/stylesheets/osxselfservice
(or whatever the equivalent is for you depending on the server type of your JSS).
LandingPage.css looks like it has most of that styling. I'm not sure off-hand which style governs the App names, but you should be able to narrow it down based on a few parameters, like looking for h1 or some equivalent heading type in the style name.
For example:
div.appListingHeader ul li h1{
Is a good starting point. May not be it (may be it if I'm lucky) but it should be in there with a similar style name.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.