Change Color

  1. You change the admin panel colo on the includes/colors.php

  2. Enter your color code inside each of variable :

colors.php
<?php 

	$colorPrimary = "#2196F3";
	$colorSecondary = "#90CAF9";

?>

Last updated