[Internal] Header in an Orientation: Resize it

[Internal] Header in an Orientation: Resize it

Introduction
This document provides step-by-step instructions for adding the appropriate CSS to resize a header in an orientation when creating a theme override. These steps apply when resizing a header in all modules or just a single module.

NOTE: Refer to the following guides to create an override:

Single module: Create a Theme Override That Applies to One Client Module

All modules: Create a Theme Override That Applies to All Client Modules

 

 


 

Adding the CSS


NOTE: See the Create a Style (CSS) Override guide to see how to override a CSS style.

 

 

1) Copy the following code:

/*--- Begin Header Resizing ---*/

.title span {

font-size: 30pt;

}

/*--- End Header Resizing ---*/

2) Paste it into the CSS textbox.
3) Click Save.
To apply a theme override, refer to support guide Theme Override: Apply it.