<?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: header menu background-color change ? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/header-menu-background-color-change/m-p/59069#M20967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to customize the theme.There are&amp;nbsp;certain global variable in CSS.For overriding theme you can create new theme file inside site-data/theme/{themeName}.xml&lt;/P&gt;&lt;P&gt;You can set this common variables in {theme}.xml file.&lt;/P&gt;&lt;P&gt;Code for default theme can be changed line below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&lt;BR /&gt;&amp;lt;theme&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Default Blue Theme&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;title-id&amp;gt;theme.default&amp;lt;/title-id&amp;gt;&lt;BR /&gt; &amp;lt;css-tokens&amp;gt;&lt;BR /&gt; &amp;lt;less-variables&amp;gt;&lt;BR /&gt; @dashlet-background: transparent;&lt;BR /&gt; &lt;STRONG&gt;@header-background-color:blue;&lt;/STRONG&gt;&lt;BR /&gt; @dashlet-border: 1px solid #bababa;&lt;BR /&gt; @dashlet-border-radius: 0;&lt;BR /&gt; @dashlet-title-background: #d7e0e7 linear-gradient(to bottom, #e3ebef, #afc0cf);&lt;BR /&gt; @dashlet-title-border-bottom: 0;&lt;BR /&gt; @dashlet-title-border-radius: 0;&lt;BR /&gt; @dashlet-title-color: #262d35;&lt;BR /&gt; @dashlet-toolbar-background: #f6f6f6;&lt;BR /&gt; @dashlet-toolbar-border-bottom: 1px solid #d3d3d3;&lt;BR /&gt; @dashlet-body-background: #f9fcfd;&lt;BR /&gt; @dashlet-body-border-radius: 0;&lt;BR /&gt; &amp;lt;/less-variables&amp;gt;&lt;BR /&gt; &amp;lt;/css-tokens&amp;gt;&lt;BR /&gt;&amp;lt;/theme&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read below links for more details.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.alfresco.com/community/ecm/blog/2015/05/19/share-header-colour-customization" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/community/ecm/blog/2015/05/19/share-header-colour-customization&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2018 08:43:12 GMT</pubDate>
    <dc:creator>krutik_jayswal</dc:creator>
    <dc:date>2018-07-10T08:43:12Z</dc:date>
    <item>
      <title>header menu background-color change ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/header-menu-background-color-change/m-p/59068#M20966</link>
      <description>I'm using alfersco community 5.2. I have got a problem. How can I change css for header menu? Where is header menu css directory ? I want to change nav bar menu background-color. How can I change this ?&amp;nbsp;&amp;nbsp;</description>
      <pubDate>Tue, 10 Jul 2018 07:57:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/header-menu-background-color-change/m-p/59068#M20966</guid>
      <dc:creator>taskinbinbir</dc:creator>
      <dc:date>2018-07-10T07:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: header menu background-color change ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/header-menu-background-color-change/m-p/59069#M20967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to customize the theme.There are&amp;nbsp;certain global variable in CSS.For overriding theme you can create new theme file inside site-data/theme/{themeName}.xml&lt;/P&gt;&lt;P&gt;You can set this common variables in {theme}.xml file.&lt;/P&gt;&lt;P&gt;Code for default theme can be changed line below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&lt;BR /&gt;&amp;lt;theme&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Default Blue Theme&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;title-id&amp;gt;theme.default&amp;lt;/title-id&amp;gt;&lt;BR /&gt; &amp;lt;css-tokens&amp;gt;&lt;BR /&gt; &amp;lt;less-variables&amp;gt;&lt;BR /&gt; @dashlet-background: transparent;&lt;BR /&gt; &lt;STRONG&gt;@header-background-color:blue;&lt;/STRONG&gt;&lt;BR /&gt; @dashlet-border: 1px solid #bababa;&lt;BR /&gt; @dashlet-border-radius: 0;&lt;BR /&gt; @dashlet-title-background: #d7e0e7 linear-gradient(to bottom, #e3ebef, #afc0cf);&lt;BR /&gt; @dashlet-title-border-bottom: 0;&lt;BR /&gt; @dashlet-title-border-radius: 0;&lt;BR /&gt; @dashlet-title-color: #262d35;&lt;BR /&gt; @dashlet-toolbar-background: #f6f6f6;&lt;BR /&gt; @dashlet-toolbar-border-bottom: 1px solid #d3d3d3;&lt;BR /&gt; @dashlet-body-background: #f9fcfd;&lt;BR /&gt; @dashlet-body-border-radius: 0;&lt;BR /&gt; &amp;lt;/less-variables&amp;gt;&lt;BR /&gt; &amp;lt;/css-tokens&amp;gt;&lt;BR /&gt;&amp;lt;/theme&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read below links for more details.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.alfresco.com/community/ecm/blog/2015/05/19/share-header-colour-customization" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/community/ecm/blog/2015/05/19/share-header-colour-customization&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 08:43:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/header-menu-background-color-change/m-p/59069#M20967</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2018-07-10T08:43:12Z</dc:date>
    </item>
  </channel>
</rss>

