<?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: Need Help Changing Color of CTA Button in CSS in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Need-Help-Changing-Color-of-CTA-Button-in-CSS/m-p/404163#M20795</link>
    <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/103660"&gt;@piersg&lt;/a&gt;&amp;nbsp;! I woke up this morning and thought of doing that and it worked!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2021 15:36:44 GMT</pubDate>
    <dc:creator>JessieBumgarner</dc:creator>
    <dc:date>2021-01-28T15:36:44Z</dc:date>
    <item>
      <title>Need Help Changing Color of CTA Button in CSS</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Need-Help-Changing-Color-of-CTA-Button-in-CSS/m-p/403895#M20779</link>
      <description>&lt;P&gt;I have attached two screenshots to help with this question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a landing page the company bought off of Marketplace and I am wanting to change the CTA button. The CTA button was created by code because it's used to jump down to the form at the bottom of the page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hero image.PNG" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/37104i51762310811D49A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="hero image.PNG" alt="hero image.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="code.PNG" style="width: 536px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/37103i277204EB912BE4F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="code.PNG" alt="code.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do I need to look for in the css to change the color? I have tried searching cta_button but multiple options appear and none have a hex code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this may be a silly question for this community but any help is appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 22:48:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Need-Help-Changing-Color-of-CTA-Button-in-CSS/m-p/403895#M20779</guid>
      <dc:creator>JessieBumgarner</dc:creator>
      <dc:date>2021-01-27T22:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help Changing Color of CTA Button in CSS</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Need-Help-Changing-Color-of-CTA-Button-in-CSS/m-p/404162#M20794</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/158031"&gt;@JessieBumgarner&lt;/a&gt;. If you're just trying to find where the colour is applied in CSS, please add a link to the page and I can have a look for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to change the colour of this specific button you could edit the button with inline css like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;a href="#demo" class="cta_button" rel="noopener" style="background-color: [hex code]"&amp;gt;Get Free Demo&amp;lt;/a&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or a stylesheet you could do this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;.cta_button[href="#demo"] {
  background-color: [hex code];
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To change the text color you can add to either of the above&amp;nbsp;&lt;FONT face="andale mono,times"&gt;&lt;FONT size="2" color="#FF0000"&gt;color: [hex code]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 15:36:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Need-Help-Changing-Color-of-CTA-Button-in-CSS/m-p/404162#M20794</guid>
      <dc:creator>piersg</dc:creator>
      <dc:date>2021-01-28T15:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help Changing Color of CTA Button in CSS</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Need-Help-Changing-Color-of-CTA-Button-in-CSS/m-p/404163#M20795</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/103660"&gt;@piersg&lt;/a&gt;&amp;nbsp;! I woke up this morning and thought of doing that and it worked!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 15:36:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Need-Help-Changing-Color-of-CTA-Button-in-CSS/m-p/404163#M20795</guid>
      <dc:creator>JessieBumgarner</dc:creator>
      <dc:date>2021-01-28T15:36:44Z</dc:date>
    </item>
  </channel>
</rss>

