How to find the CSS used for the dark theme? #2385
Closed
PeopleInside
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Enable debug output and you will see what you paths it’s using trying to
find that
Sincerely,
Remigijus Kiminas
…On Fri, 15 May 2026 at 09:27, Marco Borla ***@***.***> wrote:
Hi remdex 😊 I hope you are well.
On design/customtheme/tpl/pagelayouts/parts/
I created the file page_head_css_extension_multiinclude.tpl.php
with inside:
<link rel="stylesheet" href="<?php echo
erLhcoreClassDesign::designCSS('css/custom-login-dark.css')?>"/>
Then I created a custom CSS file that apply a dark theme this because the
LHC login page seems has no support for dark mode.
This CSS has no issue if the operative theme is light.
If is dark has no issue on the login page but once admin access there are
some parts not good if the native LHC Dark mode is not active.
I would add the CSS used by LHC in my custom CSS so the dark and light
mode will be full automated.
There is a specific CSS single file where I need to look?
Thank you
—
Reply to this email directly, view it on GitHub
<#2385>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIXZZLCLEIJ4OAWQOMXG534222E7AVCNFSM6AAAAACY677ZVSVHI2DSMVQWIX3LMV43GRDJONRXK43TNFXW4OZRGAYDMOJUGY2Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi remdex 😊 I hope you are well.
On
design/customtheme/tpl/pagelayouts/parts/I created the file
page_head_css_extension_multiinclude.tpl.phpwith inside:
<link rel="stylesheet" href="<?php echo erLhcoreClassDesign::designCSS('css/custom-login-dark.css')?>"/>Then I created a custom CSS file that apply a dark theme this because the LHC login page seems has no support for dark mode.
This CSS has no issue if the operative theme is light.
If is dark has no issue on the login page but once admin access there are some parts not good if the native LHC Dark mode is not active.
I would add the CSS used by LHC in my custom CSS so the dark and light mode will be full automated.
There is a specific CSS single file where I need to look?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions