Unify Subdomains Styling
-
Hi there,
I’m currently working with multiple subdomains using Lay Theme (office.theomarielle.com, repository.theomarielle.com, lab.theomarielle.com, etc.), and I’d like to know if it’s possible to unify their appearance — specifically by sharing the same custom CSS and JavaScript across all subdomains.
Is there a recommended way to centralize these assets, or to load a single shared stylesheet and script so the UI/UX stays consistent across the whole ecosystem?
Ideally, all subdomains would use the same codebase, with style variations applied on top depending on the site.Thanks in advance for your help!
-
its not possible with any lay theme settings! just custom code.
if you are a programmer you can write js and css, upload them somewhere and then use <link and <script tags to include those files in your website, using the same URLs for them
for example in lay options -> custom css & html -> custom head content
so if you change sth in one file, it will have an effect on all websites. cause they all load the same file