<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to control the Title font size in an Extension in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-control-the-Title-font-size-in-an-Extension/m-p/1422052#M8838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add these lines to your .css and it will do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="css" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15077093297733771 jive_text_macro" jivemacro_uid="_15077093297733771"&gt;
&lt;P&gt;.qv-object-name-of-your-extension .qvt-visualization-title{&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 40px;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just need to change ".qv-object-name-of-your-extension" to the name of your extension.&lt;/P&gt;&lt;P&gt;Eg. if the name of your extension is "my-fine-extension" then the new name should be ".qv-object-my-fine-extension"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or did you mean the header for the dimension when you said Title?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you give me an example of your code I think it would be easier to help out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Oct 2017 08:15:11 GMT</pubDate>
    <dc:creator>_jespers_</dc:creator>
    <dc:date>2017-10-11T08:15:11Z</dc:date>
    <item>
      <title>How to control the Title font size in an Extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-control-the-Title-font-size-in-an-Extension/m-p/1422051#M8837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Lots of research ended with no success.&lt;/P&gt;&lt;P&gt;I have a list box extension where i'm able to control the font size of the data but not the font size of Title.&lt;/P&gt;&lt;P&gt;i even wanted to control the default font size of the Title. may be either hard code it to something smaller should also be fine.&lt;/P&gt;&lt;P&gt;can someone guide me how i can achieve it within my css?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/41639"&gt;swr&lt;/A&gt;‌ any inputs on this. appreciate help in advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 00:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-control-the-Title-font-size-in-an-Extension/m-p/1422051#M8837</guid>
      <dc:creator>phaniskaja</dc:creator>
      <dc:date>2017-10-10T00:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to control the Title font size in an Extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-control-the-Title-font-size-in-an-Extension/m-p/1422052#M8838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add these lines to your .css and it will do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="css" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15077093297733771 jive_text_macro" jivemacro_uid="_15077093297733771"&gt;
&lt;P&gt;.qv-object-name-of-your-extension .qvt-visualization-title{&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 40px;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just need to change ".qv-object-name-of-your-extension" to the name of your extension.&lt;/P&gt;&lt;P&gt;Eg. if the name of your extension is "my-fine-extension" then the new name should be ".qv-object-my-fine-extension"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or did you mean the header for the dimension when you said Title?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you give me an example of your code I think it would be easier to help out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 08:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-control-the-Title-font-size-in-an-Extension/m-p/1422052#M8838</guid>
      <dc:creator>_jespers_</dc:creator>
      <dc:date>2017-10-11T08:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to control the Title font size in an Extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-control-the-Title-font-size-in-an-Extension/m-p/1422053#M8839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jesper,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the inputs. you suggestion worked .&lt;/P&gt;&lt;P&gt;i was trying to control the Chart Title Font size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 14:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-control-the-Title-font-size-in-an-Extension/m-p/1422053#M8839</guid>
      <dc:creator>phaniskaja</dc:creator>
      <dc:date>2017-10-20T14:26:16Z</dc:date>
    </item>
  </channel>
</rss>

