Additional Color Options?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mcfc4heatons
    Junior Member
    • Jul 2021
    • 27

    Additional Color Options?

    Hello - Is it possible to add some additional color options, apart from the built in ones; default, success, danger etc ? I have more opportunity stages than colors available
  • emillod
    Active Community Member
    • Apr 2017
    • 1405

    #2
    Yeah, it's possible, but not through WEB GUI. Probably have to modify css file.

    Comment

    • mcfc4heatons
      Junior Member
      • Jul 2021
      • 27

      #3
      Can you elaborate please, I should be able to do that ...

      Comment

      • emillod
        Active Community Member
        • Apr 2017
        • 1405

        #4
        Okay so you should find in EspoCRM css file code which is responsible for this color and you should duplicate that code. Instead of using primary, warning or anything else class names, you should create condition which will assign this new class based on data-action parameter? Something like this.

        Comment

        • shalmaxb
          Senior Member
          • Mar 2015
          • 1606

          #5
          Perhaps this could help: https://github.com/telecastg/dynamic...ol-for-espocrm

          Comment

          Working...