No change after editing websiteFunctions.css

I was editing the CSS to change the colors a bit and so I did it and when I saved it and uploaded it, nothing changed. The classes I changed was .bg-gradient-9, btn-primary (and it’s hover and focus options).

I tried the following to apply my changes:

  • sudo systemctl restart lsws
  • sudo systemctl restart lscpd
  • sudo reboot

The file I was editing is in /usr/local/CyberCP/websiteFunctions/static/websiteFunctions/websiteFunctions.css

Also tried editing /usr/local/CyberCP/filemanager/static/filemanager/css/filemanager.css and it also doesn’t do anything to the live CyberPanel.

P.S. Yes, I did clear my browser cache.

@usmannasir @CyberPanel help!

Do

cd /usr/local/CyberCP
chmod +x upgrade.sh
./upgrade.sh

It worked. Thank you