Jump to content

Colours in Theme Configurator


Ja3v3n

Recommended Posts

I would suggest copying and pasting modules/themeconfigurator/css/theme9.css to theme10.css and then search and replace the colours, then change lines 82-92 of modules/themeconfigurator/themeconfigurator.php from:

		$themes_colors = array(
			'theme1',
			'theme2',
			'theme3',
			'theme4',
			'theme5',
			'theme6',
			'theme7',
			'theme8',
			'theme9'
		);

to:

		$themes_colors = array(
			'theme1',
			'theme2',
			'theme3',
			'theme4',
			'theme5',
			'theme6',
			'theme7',
			'theme8',
			'theme9',
			'theme10'
		);

You'll need to reinstall the module for that to work though. If you don't want to do that, you'll have to manually add the new theme to PS_TC_THEMES in the ps_configuration table of your database using phpMyAdmin.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...