Change Color
You change the admin panel colo on the includes/colors.php
Enter your color code inside each of variable :
<?php
$colorPrimary = "#2196F3";
$colorSecondary = "#90CAF9";
?>
Last updated
Was this helpful?
You change the admin panel colo on the includes/colors.php
Enter your color code inside each of variable :
<?php
$colorPrimary = "#2196F3";
$colorSecondary = "#90CAF9";
?>
Last updated
Was this helpful?