<?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: Gradient color in sheet title in css file in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Gradient-color-in-sheet-title-in-css-file/m-p/1831230#M68528</link>
    <description>&lt;P&gt;Thank you, Anthony.&lt;/P&gt;&lt;P&gt;I tried to use this site, but it's not helping since I need to update the sheet title while there&amp;nbsp; are no examples of them on this site.&lt;/P&gt;&lt;P&gt;I'm aware of the option that allows to add picture for a particular report, but I need to add it to my theme.&lt;/P&gt;&lt;P&gt;I'm trying to use this code in css file, but it's not working&lt;/P&gt;&lt;P&gt;.sheet-title-container {&lt;BR /&gt;background: linear-gradient(90deg, rgba(0,101,128,1) 35%, rgba(255,255,255,1) 100%); !important;&lt;BR /&gt;background-image:(C:\Users\AAA\Desktop\Qlik Sense Theme\Themefolder\test.png);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;If you have any ideas, play let me know!&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;&lt;P&gt;Ethel&lt;/P&gt;</description>
    <pubDate>Thu, 26 Aug 2021 02:29:05 GMT</pubDate>
    <dc:creator>Ethel</dc:creator>
    <dc:date>2021-08-26T02:29:05Z</dc:date>
    <item>
      <title>Gradient color in sheet title in css file</title>
      <link>https://community.qlik.com/t5/App-Development/Gradient-color-in-sheet-title-in-css-file/m-p/1830914#M68487</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to apply my theme and&amp;nbsp; to color sheet title with gradient color, using css file. This is my code&lt;/P&gt;&lt;P&gt;.sheet-title-container { background-color:[ "#006580", "#FFFFFF" ]!important; }&lt;BR /&gt;} And it is not working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This code for solid color is working&amp;nbsp;&lt;/P&gt;&lt;P&gt;.sheet-title-container { background-color: #006580&amp;nbsp;&amp;nbsp;!important; }&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;What am I doing wrong with gradient color?&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 19:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Gradient-color-in-sheet-title-in-css-file/m-p/1830914#M68487</guid>
      <dc:creator>Ethel</dc:creator>
      <dc:date>2021-08-24T19:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Gradient color in sheet title in css file</title>
      <link>https://community.qlik.com/t5/App-Development/Gradient-color-in-sheet-title-in-css-file/m-p/1830978#M68500</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/147397"&gt;@Ethel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The error is in the background function. You just need some extra functions for the gradient.&lt;/P&gt;&lt;P&gt;.sheet-title-container {&lt;BR /&gt;background: linear-gradient(90deg, rgba(0,101,128,1) 35%, rgba(255,255,255,1) 100%); !important; }&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;A fantastic tool can be found here.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://cssgradient.io/" target="_blank"&gt;https://cssgradient.io/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You just need to copy and paste the code once you're happy with the colours and gradient.&lt;/P&gt;&lt;P&gt;Having said that. Qlik Sense has a sheet styling option available in the App Options where you can choose the two different colours that will create the gradient. No need to use CSS to colour the title.&lt;/P&gt;&lt;P&gt;Click on the ellipsis at the top left of your sheet. Then the settings cog.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anthonyj_0-1629870995433.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60672i7DCEF8E217F50AFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anthonyj_0-1629870995433.png" alt="anthonyj_0-1629870995433.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 05:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Gradient-color-in-sheet-title-in-css-file/m-p/1830978#M68500</guid>
      <dc:creator>anthonyj</dc:creator>
      <dc:date>2021-08-25T05:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Gradient color in sheet title in css file</title>
      <link>https://community.qlik.com/t5/App-Development/Gradient-color-in-sheet-title-in-css-file/m-p/1831127#M68518</link>
      <description>&lt;P&gt;Thank you so much! It worked great and I'll be definitely using this tool a lot! I'm working on our own theme and that's why I have to put all settings in the css file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I ask you to help me to put our company logo to the right side of the sheet title?&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!!!&lt;/P&gt;&lt;P&gt;Ethel&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 14:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Gradient-color-in-sheet-title-in-css-file/m-p/1831127#M68518</guid>
      <dc:creator>Ethel</dc:creator>
      <dc:date>2021-08-25T14:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Gradient color in sheet title in css file</title>
      <link>https://community.qlik.com/t5/App-Development/Gradient-color-in-sheet-title-in-css-file/m-p/1831226#M68527</link>
      <description>&lt;P&gt;You're most welcome.&lt;/P&gt;&lt;P&gt;There's an option right under the colour selectors to add an image. You can also align the image left right or centre. You just need a copy of your logo in a .png or .jpg file.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anthonyj_0-1629944079289.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60749i7ABEB0BA109927E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anthonyj_0-1629944079289.png" alt="anthonyj_0-1629944079289.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In regards to your custom theme. I created one for our company using this website:&lt;/P&gt;&lt;P&gt;&lt;A href="https://sensetheme.com/" target="_blank"&gt;https://sensetheme.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It's been a great help for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 02:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Gradient-color-in-sheet-title-in-css-file/m-p/1831226#M68527</guid>
      <dc:creator>anthonyj</dc:creator>
      <dc:date>2021-08-26T02:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Gradient color in sheet title in css file</title>
      <link>https://community.qlik.com/t5/App-Development/Gradient-color-in-sheet-title-in-css-file/m-p/1831230#M68528</link>
      <description>&lt;P&gt;Thank you, Anthony.&lt;/P&gt;&lt;P&gt;I tried to use this site, but it's not helping since I need to update the sheet title while there&amp;nbsp; are no examples of them on this site.&lt;/P&gt;&lt;P&gt;I'm aware of the option that allows to add picture for a particular report, but I need to add it to my theme.&lt;/P&gt;&lt;P&gt;I'm trying to use this code in css file, but it's not working&lt;/P&gt;&lt;P&gt;.sheet-title-container {&lt;BR /&gt;background: linear-gradient(90deg, rgba(0,101,128,1) 35%, rgba(255,255,255,1) 100%); !important;&lt;BR /&gt;background-image:(C:\Users\AAA\Desktop\Qlik Sense Theme\Themefolder\test.png);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;If you have any ideas, play let me know!&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;&lt;P&gt;Ethel&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 02:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Gradient-color-in-sheet-title-in-css-file/m-p/1831230#M68528</guid>
      <dc:creator>Ethel</dc:creator>
      <dc:date>2021-08-26T02:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Gradient color in sheet title in css file</title>
      <link>https://community.qlik.com/t5/App-Development/Gradient-color-in-sheet-title-in-css-file/m-p/1831231#M68529</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;But I need to add picture to my css file because I'm trying to update sheet title and unfortunately there are no examples on this website.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using&amp;nbsp; this code, but it's not working&amp;nbsp;&lt;/P&gt;&lt;P&gt;.sheet-title-container {&lt;BR /&gt;background: linear-gradient(90deg, rgba(0,101,128,1) 35%, rgba(255,255,255,1) 100%); !important;&lt;BR /&gt;background-image:(C:\Users\eglozman\Desktop\Qlik Sense Theme\MCW32\test.png);&lt;BR /&gt;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;If you have any ideas, please let me now!&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 02:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Gradient-color-in-sheet-title-in-css-file/m-p/1831231#M68529</guid>
      <dc:creator>Ethel</dc:creator>
      <dc:date>2021-08-26T02:33:34Z</dc:date>
    </item>
  </channel>
</rss>

