How can we change font size of the titles of the fields (contacts module) in Sugar 7?

Is it possible?

Parents
  • Hi Nick,

    After posting my answer noticed that you are asking field specific. You can do this by adding custom CSS styles. 

    You can create your less file into:/custom/themes/custom.less

    Then add following CSS; 

    .record-label {
         font-size: 14px !important;
    }

    This would change your label sizes. 

    More information: http://yourinstance/#Styleguide/docs/base-theme

     

    Sorry for confusion in the previous answer

    Best Regards
    Tevfik Tümer
    Developer Support Engineer
     

Reply
  • Hi Nick,

    After posting my answer noticed that you are asking field specific. You can do this by adding custom CSS styles. 

    You can create your less file into:/custom/themes/custom.less

    Then add following CSS; 

    .record-label {
         font-size: 14px !important;
    }

    This would change your label sizes. 

    More information: http://yourinstance/#Styleguide/docs/base-theme

     

    Sorry for confusion in the previous answer

    Best Regards
    Tevfik Tümer
    Developer Support Engineer
     

Children
No Data