<?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: CSS  for sheet title  styling in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/CSS-for-sheet-title-styling/m-p/1830342#M68433</link>
    <description>&lt;P&gt;You could try styling another object, the sheet-title-container.&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.sheet-title-container {
	background-color:  #006580 !important;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 22 Aug 2021 08:45:28 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2021-08-22T08:45:28Z</dc:date>
    <item>
      <title>CSS  for sheet title  styling</title>
      <link>https://community.qlik.com/t5/App-Development/CSS-for-sheet-title-styling/m-p/1830278#M68423</link>
      <description>&lt;P&gt;I'm trying to add styling of the sheet in my custom theme.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to change color, fonts and add logo to the "bar" on top of the sheet. (To do sheet styling)&lt;/P&gt;&lt;P&gt;I was trying to use this peace of code to change background of the sheet title.&lt;/P&gt;&lt;P&gt;.sheet-title {&lt;BR /&gt;background: #006580 !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 19:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CSS-for-sheet-title-styling/m-p/1830278#M68423</guid>
      <dc:creator>Ethel</dc:creator>
      <dc:date>2021-08-20T19:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: CSS  for sheet title  styling</title>
      <link>https://community.qlik.com/t5/App-Development/CSS-for-sheet-title-styling/m-p/1830342#M68433</link>
      <description>&lt;P&gt;You could try styling another object, the sheet-title-container.&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.sheet-title-container {
	background-color:  #006580 !important;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Aug 2021 08:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CSS-for-sheet-title-styling/m-p/1830342#M68433</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-08-22T08:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: CSS  for sheet title  styling</title>
      <link>https://community.qlik.com/t5/App-Development/CSS-for-sheet-title-styling/m-p/1832243#M68672</link>
      <description>&lt;P&gt;Hi, I wanted to ask if you know by any chance how to add a logo to the sheet title in my css file? I've tried different options and nothing is working...These is what I tried:&lt;/P&gt;&lt;P&gt;.qvt-sheet {&lt;BR /&gt;background: #ffffff !important;&lt;BR /&gt;}&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;/P&gt;&lt;P&gt;&lt;BR /&gt;}&lt;BR /&gt;.sheet-title-container:after {&lt;/P&gt;&lt;P&gt;background-image:(url(data&amp;amp;colon;image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3.......);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.qvt-sheet {&lt;BR /&gt;background: #ffffff !important;&lt;BR /&gt;}&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\folder\test.png);&lt;BR /&gt;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 15:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CSS-for-sheet-title-styling/m-p/1832243#M68672</guid>
      <dc:creator>Ethel</dc:creator>
      <dc:date>2021-08-30T15:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: CSS  for sheet title  styling</title>
      <link>https://community.qlik.com/t5/App-Development/CSS-for-sheet-title-styling/m-p/1843682#M69814</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;! Thank you very&amp;nbsp; much! Do you know by any chance how to change color of the font in the sheet title container? It has to be white( not grey as a default color.)&lt;/P&gt;&lt;P&gt;I'm trying this css, but it's not working. Thanks a lot in advance!!!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;.sheet-title-container {&lt;BR /&gt;background: linear-gradient(90deg, rgba(8,116,107,255) 35%, rgba(255,255,255,1) 100%); !important;&lt;/P&gt;&lt;P&gt;title: {&lt;BR /&gt;main: {&lt;BR /&gt;color: #ffffff !important&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;&lt;BR /&gt;};important!;}&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 15:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/CSS-for-sheet-title-styling/m-p/1843682#M69814</guid>
      <dc:creator>Ethel</dc:creator>
      <dc:date>2021-10-07T15:26:19Z</dc:date>
    </item>
  </channel>
</rss>

