# Customization This is a guide for users wanting to customize the apparence of Aladin Lite user interface. ## CSS class names There are distincts CSS class names for users wanting to personnalize the default elements. These classes are listed below: * `aladin-stack-control` targets the stack opener button * `aladin-fullScreen-control` targets the fullscreen control button * `aladin-simbadPointer-control` targets the Simbad pointer control button * `aladin-grid-control` targets the coordinate grid trigger button * `aladin-settings-control` targets the settings menu opener button * `aladin-share-control` targets the share menu opener button * `aladin-projection-control` targets the projection selector button * `aladin-stack-box` targets the stack box * `aladin-status-bar` targets the status bar frame * `aladin-cooFrame` targets the frame selector element * `aladin-location` targets the search bar and location information element * `aladin-fov` targets the field of view information display element This example changes the position of the Aladin Lite search bar to the very top-left of Aladin Lite and it disables the frame. ```js
```