cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Site header title font weight cutomisation

solomon0566
Champ in-the-making
Champ in-the-making

Dear All,

I have managed to change the color of header title by overriding the LESS variable @link-title-font-color variable in the theme xml file. I would like to change the font weight to bold from normal for the title text.

Using Alfresco Community - 5.2.0. 

Help is requested to fulfill the requirement

2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator

Font size / weight in header are not defined as a configurable LESS variables. There are "@page-title-font-size" and similar variables but as far as I can see they are not used / referenced in any of the out-of-the-box CSS files. Such a requirement is something that I typically fulfill with a separate page-level CSS file that I load in addition to the default CSS files. That CSS file then uses more specific CSS selectors to override default styles.

solomon0566
Champ in-the-making
Champ in-the-making

Thank you for the reply. I know a little bit of css but not much about deploying page-level css in the share application. Does this entail downloading and hacking at source code level? Shall be thankful if any reference link can be provided.