How can I customize the colors? Print

  • 0

Yes, the template files are not encoded so you can change the colors of the HostX theme.

Here is the process to follow to change color in HostX:

Please note: You should have the knowledge of HTML, CSS and PHP to change the colors yourself. Else you can hire our developer by purchasing the color scheme changer addon from the WGS client area.

 

Step 1: Log in your FTP or cPanel.

Step 2: Go to whmcsdir/templates/hostx/css

Step 3: Create a new CSS file like (custom-color-scheme.css)

Step 4: Now go to whmcsdir/templates/hostx/includes

Step 5: Find head.tpl file and edit it.

Step 6: Add the following code 

<link href="{$WEB_ROOT}/templates/{$template}/css/custom-color-scheme.css" rel="stylesheet">




Step 7: Save the file and upload it.

Step 8: Now you can write your custom CSS in this file to change the colors.




Was this answer helpful?

« Back