Dark variant of default theme
I am thinking to create a dark variant of the default style used in Elkarte. I am not sure which one, but probably I'll go fo BeSocial variant. I think the best way should be to copy the actual variant and use a custom.css file. I am wondering which is the best/quicker way to do this? Using the browser inspector and adding changes to custom.css or there is better way to start? Thank you.
Re: Dark variant of default theme
Reply #1 –
I can't think of any other better way either except running your forum on a localhost might help you to achieve that a little faster.
And actually, if create new variants from admin panelbecome a feature, we do not have to manually copy the actual variant.
Re: Dark variant of default theme
Reply #3 –
It's not possible to simply copy, because the variants are defined in index.template.php, so you have at least to edit it in order to add the name of the new variant...
Re: Dark variant of default theme
Reply #5 –
Is there somewhere a template Editor for Elkarte ?
Or how is it best done ?
I just only want to have different colors on the BeSocial Default theme...
Also the text color should be darker and not so light.... I always have problems to read the small not fully black text
on the grey background... not much contrast....I want to change this....
Many thanks. Regards, Stefan.
Re: Dark variant of default theme
Reply #6 –
The best option is to use a custom css file, inspect the css code using the inspector included into your browser, change the css into inspector window, and if you like the results copy and paste that code into your custom css file.
Re: Dark variant of default theme
Reply #11 –
so, it's not only done to create in the default theme css directory a new custom_css folder (for example: _dark)?
Now there are two folder _light and _besocial. I thought I have only to create a new custom folder and in this folder new custom css or copied css - files (renamed like the new folder) an do in this "new" files my changes.