Changing Font size
We would like to be able to change the font size on GuestWelcomePanel.Message
We would like to be able to change the font size on GuestWelcomePanel.Message
This can be accomplished by adding HTML to the web resource. In the Administration page->Appearance Tab, find the key GuestWelcomePanel.Message, you can then put formatted HTML in the Custom box and save the resource.
<h1>This is a Heading</h1> <p>This is a paragraph.</p>
This can be accomplished by adding HTML to the web resource. In the Administration page->Appearance Tab, find the key GuestWelcomePanel.Message, you can then put formatted HTML in the Custom box and save the resource.