Wissensdatenbank

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

Remove side contact or language button from top right corner.

Support > Wissensdatenbank > 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.

 

War diese Antwort hilfreich?
0 Benutzer fanden dies hilfreich 3 Stimmen

Lesen Sie auch