<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarcrm.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How can we change font size of the titles of the fields (contacts module) in Sugar 7?</title><link>https://sugarclub.sugarcrm.com/dev-club/f/questions-answers/673/how-can-we-change-font-size-of-the-titles-of-the-fields-contacts-module-in-sugar-7</link><description>Is it possible?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How can we change font size of the titles of the fields (contacts module) in Sugar 7?</title><link>https://sugarclub.sugarcrm.com/thread/17641?ContentTypeID=1</link><pubDate>Tue, 06 Sep 2016 13:00:12 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:ef3fdad9-88f9-4dc0-8e40-00023ed01af2</guid><dc:creator>Tevfik T&amp;#252;mer</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://sugarclub.sugarcrm.com/members/nick31"&gt;Nick&lt;/a&gt;,&lt;/p&gt;&lt;p&gt;After posting my answer noticed that you are asking field specific. You can do this by adding custom CSS&amp;nbsp;styles.&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can create your less file into:&lt;code style="color:#dd1144;background-color:#f7f7f9;border:1px solid #e1e1e8;padding:2px 4px;"&gt;/custom/themes/custom.less&lt;/code&gt;&lt;/p&gt;&lt;p&gt;Then add following CSS;&amp;nbsp;&lt;/p&gt;&lt;pre class="language-css line-numbers"&gt;&lt;span class="selector token"&gt;.record-label&lt;/span&gt; &lt;span class="punctuation token"&gt;{&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="property token"&gt;font-size&lt;/span&gt;&lt;span class="punctuation token"&gt;:&lt;/span&gt; 14px &lt;span class="important token"&gt;!important&lt;/span&gt;&lt;span class="punctuation token"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span class="punctuation token"&gt;}&lt;/span&gt;&lt;span class="line-numbers-rows"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;This would change your label sizes.&amp;nbsp;&lt;/p&gt;&lt;p&gt;More information:&amp;nbsp;http://yourinstance/#Styleguide/docs/base-theme&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Sorry for confusion in the previous answer &lt;span class="emoticon_happy emoticon-inline" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Best Regards&lt;br /&gt;Tevfik T&amp;uuml;mer&lt;br /&gt;Developer Support Engineer&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can we change font size of the titles of the fields (contacts module) in Sugar 7?</title><link>https://sugarclub.sugarcrm.com/thread/17640?ContentTypeID=1</link><pubDate>Tue, 06 Sep 2016 12:49:40 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:b06ffdd1-08b7-4844-bee0-589c7ed01715</guid><dc:creator>Tevfik T&amp;#252;mer</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://sugarclub.sugarcrm.com/members/nick31"&gt;Nick&lt;/a&gt;,&lt;/p&gt;&lt;p&gt;You can customise handlebar files of Contacts by duplicating from&lt;/p&gt;&lt;p&gt;/clients/base/views/record/headerpane.hbs&lt;/p&gt;&lt;p&gt;to&lt;/p&gt;&lt;p&gt;/custom/modules/Contacts/clients/base/views/record/headerpane.hbs&lt;/p&gt;&lt;p&gt;Then you can add your styles in to this file.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Such as;&lt;/p&gt;&lt;pre class="line-numbers language-markup"&gt;&lt;code&gt;&lt;span class="token tag"&gt;&lt;span class="token tag"&gt;&lt;span class="punctuation token"&gt;&amp;lt;&lt;/span&gt;span&lt;/span&gt; &lt;span class="attr-name token"&gt;class&lt;/span&gt;&lt;span class="attr-value token"&gt;&lt;span class="punctuation token"&gt;=&lt;/span&gt;&lt;span class="punctuation token"&gt;&amp;quot;&lt;/span&gt;index{{index}}&lt;span class="punctuation token"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt; &lt;span class="attr-name token"&gt;data-fieldname&lt;/span&gt;&lt;span class="attr-value token"&gt;&lt;span class="punctuation token"&gt;=&lt;/span&gt;&lt;span class="punctuation token"&gt;&amp;quot;&lt;/span&gt;{{name}}&lt;span class="punctuation token"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt; &lt;span class="attr-name token"&gt;data-index&lt;/span&gt;&lt;span class="attr-value token"&gt;&lt;span class="punctuation token"&gt;=&lt;/span&gt;&lt;span class="punctuation token"&gt;&amp;quot;&lt;/span&gt;{{index}}&lt;span class="punctuation token"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span class="punctuation token"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; {{field ../../../../view model=../../../../view.model template=../../../../view.action}}&lt;br /&gt;&lt;span class="token tag"&gt;&lt;span class="token tag"&gt;&lt;span class="punctuation token"&gt;&amp;lt;/&lt;/span&gt;span&lt;/span&gt;&lt;span class="punctuation token"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line-numbers-rows"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you find this block you can add your styles, that would reflect to contact names.&lt;/p&gt;&lt;p&gt;Like;&lt;/p&gt;&lt;blockquote class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;p&gt;&amp;lt;span class=&amp;quot;index{{index}}&amp;quot; &lt;span style="font-size:22px;"&gt;&lt;strong&gt;style=&amp;quot;font-size:18px;&amp;quot;&lt;/strong&gt;&lt;/span&gt; data-fieldname=&amp;quot;{{name}}&amp;quot; data-index=&amp;quot;{{index}}&amp;quot;&amp;gt;&lt;br /&gt; {{field ../../../../view model=../../../../view.model template=../../../../view.action}}&lt;br /&gt; &amp;lt;/span&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Hope this helps.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best Regards&lt;br /&gt;Tevfik T&amp;uuml;mer&lt;br /&gt;Developer Support Engineer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>