This will center the module names in the left menu. It will also bold the text.
Notes:
-
Change the bolded text in the code to match your branding.
- To help find a hexcode, feel free to use the following site: http://www.colorpicker.com/
Code:
/* Restyle Menu- Center module labels, make text bold*/
.menu-nav-item {
text-align: center;
padding-right:10px;
font-weight: bold;
color: #fff;
}
.nav-label {
color: #fff;
font-weight: bold;
}
.menu-favorites-item .ng-scope{
font-size: 1em;
font-weight: bold;
color: #fff;
}
Comments
Article is closed for comments.