Announcement

Collapse
No announcement yet.

CSS folder and file location

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CSS folder and file location

    Hi all,
    I'm looking to enhance all labels attributes and could not locate the css file. Can someone point the right direction please?

    Here is the code i'd like to paste

    .cell label, .filter label {
    color: hsl(240deg 7% 97%);
    font-weight: 800;
    }

    Thank you​

  • #2
    Hi,

    Comment


    • Scram
      Scram commented
      Editing a comment
      hi again,

      I'm missing something in the process and would be grateful for some help.

      1- I created the (non existing) app folder in custom/Espo/Custom/Resources/metadata/app/client.json and dropped this json file :


      {
      .cell label, .filter label {
      color: #ffffff;
      font-weight: 600;
      }: [
      mysite/site-subfolder/client/custom/css/r.css
      ]
      }



      2- I created a CSS folder (755) in client/custom/css/ and dropped the css file below


      .cell label, .filter label {
      color: #ffffff;
      font-weight: 600;
      }


      3- clear cache


      The output is a ERROR 500. I tried several things but it's not going better.

      What is wrong ?

      Thanks

  • #3
        • hi again,

          I'm missing something in the process and would be grateful for some help.

          1- I created the (non existing) app folder in custom/Espo/Custom/Resources/metadata/app/client.json and dropped this json file :


          {
          .cell label, .filter label {
          color: #ffffff;
          font-weight: 600;
          }: [
          mysite/site-subfolder/client/custom/css/r.css
          ]
          }




          2- I created a CSS folder (755) in client/custom/css/ and dropped the css file below


          .cell label, .filter label {
          color: #ffffff;
          font-weight: 600;
          }



          3- clear cache


          The output is a ERROR 500. I tried several things but it's not going better.

          What is wrong ?

          Thanks
          • Edit

    Comment

    Working...
    X