CSS for "Info" content

yerg 25 Apr, 2018
Where does the styling for the "Info" contents come from?
By default the style is
.semanticui-body small {
font-size: 80%;
}
If I add the following to custom.css, nothing changes
.semanticui-body small {
font-size: 100%;
}
There is no server/site cache enabled.
No browser cache enabled.

On a desktop the font size 80% doesn't cut it at all.
Thanks
GreyHead 26 Apr, 2018
Hi yerg,

Please try font-size: 100% !important;

Bob
yerg 26 Apr, 2018
Already added the following to the custom.css
It gets ignored.
Where else I can edit core CSS?

.semanticui-body small {
font-size: 100%;
}
GreyHead 26 Apr, 2018
1 Likes
HI yerg,

Please check my last post - the !important part is important.

Bob
yerg 28 Apr, 2018
Blind
Thanks
This topic is locked and no more replies can be posted.