Hi everyone,
In order to be fully accessible we need a way to superimpose screen readable text over an image. For example, a banner. We can’t upload an image with text as it won’t be readable to someone who has accessibility needs. I’ve tried to add a content title which works, BUT I need control over making the font a minimum of 24-28 points (if not larger). Is there a workaround or is this custom CSS?
Thanks
Best Answer
Need to make font on content title's banner much-much larger for accessibility reasons
Best answer by gstager
I believe you’ll need the CSS.
Something like this would change the size of text for the titles of many widgets.
Is this what you’re after?
/** Change size of the font for widgets **/
div.common-widget-title {
font-size: 30px;
}
Reply
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.