Cannot change theme colours

Firekenny

New member
Hello,
I have followed another support thread about changing dadabik default colours/theme. After editing "config.php" and changing "classic" to "black", the new theme colour applies perfectly. What I have tried to do is to edit the theme_black.css content to change the "black" word and other colour hex format info (for instance #aba365) but nothing changes in the interface, it remains black. I have even renamed the file theme_black.css to check if there is a link between the "black" argument in "config.php" and the theme_black.css file and nothing happens, the interface remains black.

What is the actual way to customise the interface colours then?

Thanks for clarifying.

________________________________________________________
You are using DaDaBIK version 9.4-Monterosso enterprise, installed on 10-04-2019 (installation code: 149385d97a1a893918), the latest version of DaDaBIK is 9.4-Monterosso released on 07-23-2019

You are running the last release of DaDaBIK

PHP Version: 7.1.32

mysql version: 5.5.5-10.4.6-MariaDB

Web server: Apache/2.4.41 (Unix) OpenSSL/1.1.1c PHP/7.1.32 mod_perl/2.0.8-dev Perl/v5.16.3

Client: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36
 

eugenio

Administrator
Staff member
Hello,
what did you change exactly? Which line of the theme_black.css file ?

Best,
 

Firekenny

New member
Hi Eugenio,
I have changed all #XXXX related info such as lines: 3,6,12,15,20,23,27,30,33,36,42,44,50,53,59 and 63. All relevant colour code have been changed with #aba365 (which is the colour HEX code for the one I want to apply).

Yet, it does not change anything.

Best,
 

eugenio

Administrator
Staff member
I think your browser is reading the CSS from the cache, try to empty the cache.

I've made a simple test: I've chosen the black theme from config,php, then I've changed line 12 from:
background: black;
to
background: red;

and I see the login page in red.

Best,
 
Top