Unified Script Configuration

Copy the code below and paste it into your website settings.
Change "true" or "false" to turn features on or off.

<script src="https://unified-moxi-scripts.pages.dev/unified-scripts.js" data-overwrite-logo="true" data-logo-url="https://example.com/your-logo.png" data-hide-login="false" data-fix-mobile-menu="true" data-move-mobile-menu="false" data-fix-fonts="true" data-mobile-font-size="true" ></script>

How to Configure

Below is a simple explanation of what each line does.

data-overwrite-logo

Decides if you want to replace the standard website logo with your own custom image.

data-logo-url

The link to your custom logo image. Only works if the option above is set to true.

data-hide-login

Hides the "Login/Register" buttons from the menu bar.

data-fix-mobile-menu

Applies a fix to make the menu work better on mobile phones (makes it full screen and easier to tap).

data-move-mobile-menu

Moves the menu button to the right side of the screen on mobile devices.

data-fix-fonts

Forces the website to use the correct corporate fonts (Barlow Semi Condensed) on all text.

data-mobile-font-size

Adjusts the text size specifically for mobile phones to make it more readable.