Hi.
I'm trying to add custom css in my sugar app, i add my css inside off custom/themes/custom.less. I repair inside admin pannel and nothing happens. I don't have acces in global or i don't see any change.
Thanks for help.
Hi.
I'm trying to add custom css in my sugar app, i add my css inside off custom/themes/custom.less. I repair inside admin pannel and nothing happens. I don't have acces in global or i don't see any change.
Thanks for help.
Also, check your file permissions.
I use:
sudo chown -R apache:apache *
sudo find . -type d -exec chmod 775 {} \;
sudo find . -type f -exec chmod 664 {} \;
Also, check your file permissions.
I use:
sudo chown -R apache:apache *
sudo find . -type d -exec chmod 775 {} \;
sudo find . -type f -exec chmod 664 {} \;
Hi, I've donne all of that already and nothing. I've put it this class inside to test and nothing