• I don't know how to make custom.less works ?

    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.
  • Changing the primary button color

    According to the "Themes" documentation, I can change my primary button color by setting the following in my "custom/themes/clients/base/default/variables.php" file. <?php $lessdefs = [ 'colors' = > [ 'PrimaryButton' = > '#0F0' , ] , ] ; ?> In theory…