<?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 Can hubspot remember my custom colour? in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Can-hubspot-remember-my-custom-colour/m-p/44041#M3811</link>
    <description>&lt;P&gt;Is there a way for hubspot to remember my custom colour so that i don't need to enter the hex or rgb&amp;nbsp;colour every time i want to change the font colour in a rich text block?&amp;nbsp; Is there a way to save it in the text colour options?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Allison&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2017 11:46:04 GMT</pubDate>
    <dc:creator>AllisonAltus</dc:creator>
    <dc:date>2017-11-21T11:46:04Z</dc:date>
    <item>
      <title>Can hubspot remember my custom colour?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Can-hubspot-remember-my-custom-colour/m-p/44041#M3811</link>
      <description>&lt;P&gt;Is there a way for hubspot to remember my custom colour so that i don't need to enter the hex or rgb&amp;nbsp;colour every time i want to change the font colour in a rich text block?&amp;nbsp; Is there a way to save it in the text colour options?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Allison&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:46:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Can-hubspot-remember-my-custom-colour/m-p/44041#M3811</guid>
      <dc:creator>AllisonAltus</dc:creator>
      <dc:date>2017-11-21T11:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can hubspot remember my custom colour?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Can-hubspot-remember-my-custom-colour/m-p/44252#M3818</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/20637"&gt;@AllisonAltus&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, you can do it with set color and fonts for email templates&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Content Settings &amp;gt;&amp;nbsp;Colors and Fonts&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and for the landing pages/blog&amp;nbsp;pages/websites pages, you need to set variables in your CSS like this and use it in CSS syntax like this,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{% set textColor1   = "#34495e" %}
{% set textColor2   = "#000000" %}
{% set textColor3   = "#2e2e2e" %}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;set above code in your CSS Stylesheet and use it like this,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;h1 {
&amp;nbsp; &amp;nbsp;color:{{ textColor1 }};
}&lt;BR /&gt;
.section p {
    color:{{&amp;nbsp;textColor1&amp;nbsp;}};
}&lt;BR /&gt;
.footer h3 {
&amp;nbsp; &amp;nbsp; &amp;nbsp;color:{{ textColor3 }};
}&lt;/PRE&gt;&lt;P&gt;Now just change color in your variable (one place) and it will change in all related pages where this Stylesheet attached!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No Need to give color to text every time!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not just color you can change all things related to CSS using this Hubl Variable like width, font size, background&amp;nbsp;color and lot more.&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledge.hubspot.com/articles/kcs_article/cos-site-pages-templates/how-do-i-change-the-colors-of-a-standard-hubspot-theme" target="_self"&gt;visit reference&amp;nbsp;link to read more&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="UserSignature lia-message-signature"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;IMG src="https://cdn2.hubspot.net/hubfs/98485/2000px-Ok_sign_font_awesome.png" border="0" width="30" height="30" /&gt;&lt;/TD&gt;&lt;TD&gt;Did my post help answer your query? Help the Community by &lt;STRONG&gt;marking it as a solution&lt;/STRONG&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;STRONG&gt;TRooInbound Team&lt;/STRONG&gt;&lt;P&gt;For more help and solutions, please visit at &lt;A href="https://trooinbound.com/" target="_blank"&gt;www.trooinbound.com&lt;/A&gt; or email at &lt;A href="mailto:hello@trooinbound.com" target="_blank"&gt;hello@trooinbound.com&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Nov 2017 14:22:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Can-hubspot-remember-my-custom-colour/m-p/44252#M3818</guid>
      <dc:creator>TRooInbound</dc:creator>
      <dc:date>2017-11-21T14:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can hubspot remember my custom colour?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Can-hubspot-remember-my-custom-colour/m-p/50573#M3861</link>
      <description>&lt;P&gt;Great! Many thanks for your help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 11:28:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Can-hubspot-remember-my-custom-colour/m-p/50573#M3861</guid>
      <dc:creator>AllisonAltus</dc:creator>
      <dc:date>2017-11-24T11:28:29Z</dc:date>
    </item>
  </channel>
</rss>

