Help Center

Powered by Minitek FAQ Book
Loading...

Font Size - Minitek System Message

KK
Kora KingPosted 4 years agoEdited 4 years ago
Hi,
Thank you for this very handy plugin!

Is there a way to change the font size of the messages? The font size is smaller than the original Joomla messages.

Can the size/width of the message box also be changed?

Thank you,
kind regards Kora King
Loading...
0
#2086

3 answers

M
MinitekPosted 4 years agoModerator
Hi there,

There is no way currently to change the font size from within the plugin parameters.
You would have to do it with css:

.msm-alert .msm-default .jGrowl-notification.msm-alert .jGrowl-message {
  font-size: 16px;
}
KK
Kora KingPosted 4 years ago
thank you.
I have pasted that into the custom.css file but am not seeing any size change with I increase the font.
is there another step I am missing?

I have cleared the cache etc
M
MinitekPosted 4 years agoModerator
Try this:

.jGrowl-notification.msm-alert .jGrowl-message {
  font-size: 16px !important;
}