Dark Mode In Helix Ultimate - Question | JoomShaper

Dark Mode In Helix Ultimate

David

David

Template 1 month ago

Hi everyone,

I'm using the Helix Ultimate template that uses the Helix Framework for a project, and I would like to know if it's possible to implement a dark mode. I've been searching through the documentation and forums, but I haven't found a specific guide for this case.

Could you please provide some guidance or steps to enable a dark mode in Helix Ultimate? Any help or example would be greatly appreciated.

Thank you in advance for your assistance.

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #162890

Hi David,

I'm afraid there is no such thing, that's why you couldn't find it.

Dark Mode is planned. But by now, you have to use Custom CSS to implement it yourself.


If we talk about front-end start from >> custom.css file, and

body, .sp-preloader, .list-group-item {background-color: black; color: white;}
h1, h2, h3, h4, h5, h6, p, #sp-component a, h1 > a, h2 > a, h3 > a, 
.article-info, .article-info a, #sp-right li a {color: white;}
0