1

I have a problem with css file in ofbiz. default css files are loaded from webapp component but i want to add own css file into widget xml file. any one help me to fix the problem with example.

Jayan
  • 18,003
  • 15
  • 89
  • 143
ms74
  • 77
  • 1
  • 14

1 Answers1

5

Do you mean loading new css fiels using Ofbiz?

If so, you can just create a css file and add that path in main decorator/ screen in actions tag as shown below:

 <set field="layoutSettings.styleSheets[]" value="/xxx/xxx/xxxx.css" global="true"/>

If not, please can you elaborate your question.

sumek
  • 26,495
  • 13
  • 56
  • 75
venky
  • 400
  • 1
  • 6
  • 19