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>
Below is a simple explanation of what each line does.
Decides if you want to replace the standard website logo with your own custom image.
The link to your custom logo image. Only works if the option above is set to true.
Hides the "Login/Register" buttons from the menu bar.
Applies a fix to make the menu work better on mobile phones (makes it full screen and easier to tap).
Moves the menu button to the right side of the screen on mobile devices.
Forces the website to use the correct corporate fonts (Barlow Semi Condensed) on all text.
Adjusts the text size specifically for mobile phones to make it more readable.