Knowledgebase

  1. Remove side contact or language button from top right corner.

Remove side contact or language button from top right corner.

Portal Home > Knowledgebase > Hexa > Customization > Remove side contact or language button from top right corner.

Style file override is located in "overrides" folder inside Hexa template. Rename style.css.new to style.css and add extra CSS.

Examples:

.hexa-container {display:none;}

Removes both side buttons from top right corner.

.hexa-container {display:none;}
.hexa-container-lang {display:block;} 

Removes contact button from top right and shows language only.

 

Was this answer helpful?
0 Users Found This Useful 3 Votes

Also Read