<?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: CTA custom hover color? in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/CTA-custom-hover-color/m-p/560383#M26926</link>
    <description>&lt;P&gt;Hi, I find your solution does not work since the CTAs have system styles applied to a ID which also have !important added so the class styles will never override the system ID sytems&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jan 2022 05:55:38 GMT</pubDate>
    <dc:creator>AShaw4</dc:creator>
    <dc:date>2022-01-21T05:55:38Z</dc:date>
    <item>
      <title>CTA custom hover color?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CTA-custom-hover-color/m-p/216139#M9667</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to customize the look of a CTA button.&amp;nbsp; It's a rectangular button,&amp;nbsp;we've figured out how use custom CSS for a few things but I am unable to figure out how to get the hover-over background color to change from the default, which seems to be a slightly lighter color than than main background color.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, if my main button color is #AE132A, and I want the hover color to be #aa060f, what would be the custom CSS to do that? I've tried a few variations of :hover code but nothing seems to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx!&lt;/P&gt;&lt;P&gt;Colin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 16:28:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CTA-custom-hover-color/m-p/216139#M9667</guid>
      <dc:creator>whitecolin</dc:creator>
      <dc:date>2018-11-12T16:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: CTA custom hover color?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CTA-custom-hover-color/m-p/216390#M9668</link>
      <description>&lt;P&gt;Within the "Custom CSS" of the CTA itself you can't add hover effects but, if you give your CTA a class (e.g. "myCTA"), in your stylesheet you can add something like the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.myCTA:hover {
  background-color: #&lt;SPAN&gt;aa060f&lt;/SPAN&gt;;
}&lt;/PRE&gt;&lt;P&gt;I hope that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;A href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;&lt;IMG src="https://cdn2.hubspot.net/hubfs/1951013/Logos/stephanieogaygarcialogo_black.png" border="0" alt="Stephanie O'Gay Garcia" width="300" /&gt;&lt;/A&gt;HubSpot Design / Development&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Website&lt;/A&gt; | &lt;A href="http://www.stephanieogaygarcia.com/contact?utm_source=HubSpotCommunity" target="_blank"&gt;Contact&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#32C43F"&gt;&lt;I&gt;If this helped, please mark it as the solution to your question, thanks!&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 18:55:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CTA-custom-hover-color/m-p/216390#M9668</guid>
      <dc:creator>Stephanie-OG</dc:creator>
      <dc:date>2018-11-13T18:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: CTA custom hover color?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CTA-custom-hover-color/m-p/216393#M9669</link>
      <description>&lt;P&gt;Thank you both, I guess we will go the stylesheet route. Would be great if there were some documentation on what CTA Custom CSS function can handle, and what it can't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 19:07:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CTA-custom-hover-color/m-p/216393#M9669</guid>
      <dc:creator>whitecolin</dc:creator>
      <dc:date>2018-11-13T19:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: CTA custom hover color?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CTA-custom-hover-color/m-p/560383#M26926</link>
      <description>&lt;P&gt;Hi, I find your solution does not work since the CTAs have system styles applied to a ID which also have !important added so the class styles will never override the system ID sytems&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 05:55:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CTA-custom-hover-color/m-p/560383#M26926</guid>
      <dc:creator>AShaw4</dc:creator>
      <dc:date>2022-01-21T05:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: CTA custom hover color?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CTA-custom-hover-color/m-p/648986#M29089</link>
      <description>&lt;P&gt;The CTA Editor is definitely becoming outdated. I've been disappointed by the silly options to add texture to custom CTAs while we can't customize the shape and hover colors to match the rest of the buttons on our landing pages. CTA editor is due for an update! &lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 22:52:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CTA-custom-hover-color/m-p/648986#M29089</guid>
      <dc:creator>BBloomquist</dc:creator>
      <dc:date>2022-06-13T22:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: CTA custom hover color?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CTA-custom-hover-color/m-p/674399#M29850</link>
      <description>&lt;P&gt;Yep if they don't want to add the feature into the settings they should atleast provide us some sort of documentation.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 18:33:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CTA-custom-hover-color/m-p/674399#M29850</guid>
      <dc:creator>ARaycove</dc:creator>
      <dc:date>2022-08-02T18:33:48Z</dc:date>
    </item>
  </channel>
</rss>

