知識庫

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

Remove side contact or language button from top right corner.

客戶系統 > 知識庫 > 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.

 

這篇文章有幫助嗎?
0 Users Found This Useful 3 Votes

Also Read