You can check demo sites of them and select one that suits your needs.

I did take a look but am not seeing any that are 'dark' and I dont see a way to access the admin panel to explore the options etc 🙁

That would have been good if it didn't ask me to subscribe again lol
Any that are free with jomsocial? This is all been a bit of a headache for me and I assume you just trying to get this to look right :/

And none of the ones that are free with jomsocial have a darkmode? .oO

    justauser The dark mode is actually additional style of template and it's supported by some template specific. Unfortunately, these templates in JomSocial directory don't have this mode. You will need to customize style a bit to achieve that.

    Aww that is unfortunate - this could be added maybe? Darkmode is an option that most websites have these days 🙁
    I have no idea how to code this. I am sure it could be simple enough for someone experienced, so would it be a problem to be added? 🙂

    9 months later

    Good Topic,
    I use a product called, 'Dark Reader' (for Chrome, Safari, Firefox, and Edge) on my browser. It properly darkens the view..
    [https://darkreader.org/](https://)

    A new Jomsocial theme released in May supports the Dark style: https://js-game.demo.jomsocial.com/ you can check it out.

    In case you want to customize to have dark style for JomSocial, I can refer you to one of our versatile developers who can assist with the customization. Let me know if you're interested.

      saguaros Yes, thats a neat 'new' theme - but it's just DARK - is there a switch to turn it on and off? that's what Jomsocial needs..

        4 days later

        saguaros - thank you for the response - extnbakers produces a dark mode mod - that when installed produces a switch that actually does, try to turn Jomsocial into dark mode.. However, it only has three colors, the screen looks, 'ok' but not as good as using Dark Reader on the browser. I'll survive...

        4 days later

        I have discovered that the PurityIV template has a 'dark mode switch' that indeed, flips Jomsocial to Dark Mode.. Perhaps Jomsocial could look into how that's done for 'that' template, and make it available for ALL Templates people may want to use.. 😉

        At this moment, you can install JA Purity IV and assign it to JomSocial pages on your site 🙂

          saguaros Is there a comprehension issue here? I just informed you that Purity does have a dark mode switch.. and that "Perhaps Jomsocial could work on that for other Templates". And you respond with, "For now you can install Purity" ? - The information sought here is, 'How to switch Jomsocial to dark or light' - Purity is a theme in the family of products covered here.. "How do THEY produce the switch" ?

          Whooo! I just saw this and had to try it out. I switched socialize 2 to dark and activated the game theme in jomsocial. Looks good except for this weird bar across the screen and out of place magnifying/search option (outlined in red)
          Also how to make the page stretch across (indicated by arrows)
          Thanks! I'm also not sure that I need two sets of menus... maybe the site would look better without the top bar? Im not sure 🙂

            5 days later

            justauser It looks like toggle button, you can use this custom css to hide it when using Game theme:

            .t3-community-toolbar button.toggle-button.toggle-no-header {
                display: none;
            }
            You need to Login to view replies.