<?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 do you change the font color of the Title (i.e. the text directly to the right of the Alfresco logo) when making a new theme? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-do-you-change-the-font-color-of-the-title-i-e-the-text/m-p/62963#M21709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion. However, I have already used that tool in the past and it only affects the topmost menu bar, and it does not affect the specific piece of text that I am trying to change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2018 12:09:19 GMT</pubDate>
    <dc:creator>lrsocash</dc:creator>
    <dc:date>2018-07-16T12:09:19Z</dc:date>
    <item>
      <title>How do you change the font color of the Title (i.e. the text directly to the right of the Alfresco logo) when making a new theme?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-you-change-the-font-color-of-the-title-i-e-the-text/m-p/62961#M21707</link>
      <description>I am trying to create a theme using the Alfresco Community Edition. I know that the LESS variable @shareTitleBG changes the background color of that section, but&amp;nbsp;I am changing that background color to a darker color which makes the text color too dark to see. Is there a LESS variable that I can chan</description>
      <pubDate>Fri, 13 Jul 2018 13:52:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-you-change-the-font-color-of-the-title-i-e-the-text/m-p/62961#M21707</guid>
      <dc:creator>lrsocash</dc:creator>
      <dc:date>2018-07-13T13:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the font color of the Title (i.e. the text directly to the right of the Alfresco logo) when making a new theme?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-you-change-the-font-color-of-the-title-i-e-the-text/m-p/62962#M21708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably this can help:&amp;nbsp;&lt;A href="https://flex-solution.com/theme/" rel="nofollow noopener noreferrer"&gt;https://flex-solution.com/theme/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 08:20:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-you-change-the-font-color-of-the-title-i-e-the-text/m-p/62962#M21708</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-07-16T08:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the font color of the Title (i.e. the text directly to the right of the Alfresco logo) when making a new theme?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-you-change-the-font-color-of-the-title-i-e-the-text/m-p/62963#M21709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion. However, I have already used that tool in the past and it only affects the topmost menu bar, and it does not affect the specific piece of text that I am trying to change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 12:09:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-you-change-the-font-color-of-the-title-i-e-the-text/m-p/62963#M21709</guid>
      <dc:creator>lrsocash</dc:creator>
      <dc:date>2018-07-16T12:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the font color of the Title (i.e. the text directly to the right of the Alfresco logo) when making a new theme?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-you-change-the-font-color-of-the-title-i-e-the-text/m-p/62964#M21710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UPDATE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to solve this eventually by looking at the code using the developer tools on the web browser. There are two pieces of code you need to put into the theme's XML document (path: alfresco-community\tomcat\webapps\share\WEB-INF\classes\alfresco\site-data\themes\"YOUR_THEME").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) When changing the title's font color for created sites, put this piece of code anywhere in between the &amp;lt;less-variables&amp;gt; ... &amp;lt;/less-variables&amp;gt; tags within the XML document:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; @link-title-font-color: your color; (ex: "&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;@link-title-font-color&lt;/SPAN&gt;: #FFFFFF;" for white font)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) When changing the title's font color for the home dashboard and other pages that are not created sites, put this code in between the &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;&amp;lt;less-variables&amp;gt; ... &amp;lt;/less-variables&amp;gt;&lt;/SPAN&gt; tags within the XML document:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; .alfresco-share h1.alfresco-header-Title .alfresco-header-Title__text.has-max-width&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; color: your color !important; (ex: "color: #000000 !important;" for black font)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; overflow: hidden;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; text-overflow: ellipsis;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; white-space: nowrap;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; display: inline-block;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;NOTE: the "....alfresco-header-Title__text.has-max-width" part has two underline characters (i.e. '_'), not just one. Also, the only part of the code that you need to change is the 'your color' part. Finally, don't forget the "!important" tag after your color because that allows your piece of code to override the original color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps anyone who may have had the same problems as me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 13:17:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-you-change-the-font-color-of-the-title-i-e-the-text/m-p/62964#M21710</guid>
      <dc:creator>lrsocash</dc:creator>
      <dc:date>2018-07-25T13:17:16Z</dc:date>
    </item>
  </channel>
</rss>

