<?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 to update the hyperlink color in the bookie banner notification text? in GDPR</title>
    <link>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1171446#M1955</link>
    <description>&lt;P&gt;Hey, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/930614"&gt;@DPirvu9&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; The replies &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/577159"&gt;@GiantFocal&lt;/a&gt;&lt;/SPAN&gt; and &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/586290"&gt;@ArisudanTiwari&lt;/a&gt;&lt;/SPAN&gt; gave are correct, especially in the context of HubSpot. Your last reply indicates your site is &lt;I&gt;not&lt;/I&gt; built and hosted on HubSpot. Knowing that detail:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;you'll need to apply that CSS directly within your website's code&lt;/LI&gt;
 &lt;LI&gt;can share what platform your site is built on (e.g., WordPress, Squarespace)?&amp;nbsp;&lt;/LI&gt;
 &lt;LI&gt;do you have developer assistance?&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Knowing this can help the community to point you in the right direction.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks! —Jaycee&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jul 2025 02:53:17 GMT</pubDate>
    <dc:creator>Jaycee_Lewis</dc:creator>
    <dc:date>2025-07-01T02:53:17Z</dc:date>
    <item>
      <title>How to update the hyperlink color in the bookie banner notification text?</title>
      <link>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1169751#M1945</link>
      <description>&lt;P&gt;What the title says.&lt;BR /&gt;&lt;BR /&gt;So the notification text says: "&lt;SPAN&gt;This website stores cookies on your computer. These cookies are used to collect information about how you interact with our website and allow us to remember you. We use this information in order to improve and customize your browsing experience and for analytics and metrics about our visitors both on this website and other media. To find out more about the cookies we use, see our&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://linkhere.com" target="_blank" rel="noopener"&gt;Privacy Policy&amp;nbsp;&lt;/A&gt;&lt;SPAN&gt;."&lt;BR /&gt;&lt;BR /&gt;How do I edit the color of the Privacy Policy hyperlink?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 15:15:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1169751#M1945</guid>
      <dc:creator>DPirvu9</dc:creator>
      <dc:date>2025-06-26T15:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the hyperlink color in the bookie banner notification text?</title>
      <link>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1169800#M1946</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/930614"&gt;@DPirvu9&lt;/a&gt;,&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;You can change the hyperlink color in your cookie/banner notification by adding some custom CSS.&amp;nbsp; Try this:&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.lia-cookie-banner-alert-accept a {
  color: #0073e6; /* Replace with your preferred color */
}&lt;/LI-CODE&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Simply update the color code to match your brand's colors. To change the hover color, add:&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;lia-cookie-banner-alert-accept a:hover {
  color: #005bb5; /* Or any color you like */
}&lt;/LI-CODE&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Add this CSS to your site’s stylesheet or in the custom CSS section of your HubSpot theme. That should do the trick!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 17:09:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1169800#M1946</guid>
      <dc:creator>GiantFocal</dc:creator>
      <dc:date>2025-06-26T17:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the hyperlink color in the bookie banner notification text?</title>
      <link>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1170107#M1947</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/930614"&gt;@DPirvu9&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="94" data-end="227"&gt;To change the hyperlink color in the cookie (Bookie) banner, you’ll need to add some custom CSS through HubSpot’s Design Manager.&lt;/P&gt;
&lt;P data-start="229" data-end="265"&gt;Here’s a sample snippet you can use:&lt;BR /&gt;&lt;BR /&gt;#hs-eu-cookie-confirmation .hs-cookie-notification__policy a {&lt;BR /&gt;color: #ff6600 !important; /* Replace with your desired color */&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;This targets the common selector for the "Privacy Policy" link in the banner. If your banner uses a different class or structure, just inspect the banner in your browser (right-click &amp;gt; Inspect) to find the exact class and adjust the selector accordingly.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 05:40:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1170107#M1947</guid>
      <dc:creator>ArisudanTiwari</dc:creator>
      <dc:date>2025-06-27T05:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the hyperlink color in the bookie banner notification text?</title>
      <link>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1171008#M1950</link>
      <description>&lt;P&gt;We don't have a Hubspot theme and this is for an external site.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 06:47:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1171008#M1950</guid>
      <dc:creator>DPirvu9</dc:creator>
      <dc:date>2025-06-30T06:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the hyperlink color in the bookie banner notification text?</title>
      <link>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1171011#M1951</link>
      <description>&lt;P&gt;Where exactly in Design Manager to add this?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 06:50:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1171011#M1951</guid>
      <dc:creator>DPirvu9</dc:creator>
      <dc:date>2025-06-30T06:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the hyperlink color in the bookie banner notification text?</title>
      <link>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1171446#M1955</link>
      <description>&lt;P&gt;Hey, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/930614"&gt;@DPirvu9&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; The replies &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/577159"&gt;@GiantFocal&lt;/a&gt;&lt;/SPAN&gt; and &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/586290"&gt;@ArisudanTiwari&lt;/a&gt;&lt;/SPAN&gt; gave are correct, especially in the context of HubSpot. Your last reply indicates your site is &lt;I&gt;not&lt;/I&gt; built and hosted on HubSpot. Knowing that detail:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;you'll need to apply that CSS directly within your website's code&lt;/LI&gt;
 &lt;LI&gt;can share what platform your site is built on (e.g., WordPress, Squarespace)?&amp;nbsp;&lt;/LI&gt;
 &lt;LI&gt;do you have developer assistance?&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Knowing this can help the community to point you in the right direction.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks! —Jaycee&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 02:53:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1171446#M1955</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-07-01T02:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the hyperlink color in the bookie banner notification text?</title>
      <link>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1171491#M1956</link>
      <description>&lt;P&gt;I am the developer. And unfortunately, both answers were wrong &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I can edit the external website and the CSS, but my question is: how do I edit it from HubSpot? Can I do it from Design Manager?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 06:32:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1171491#M1956</guid>
      <dc:creator>DPirvu9</dc:creator>
      <dc:date>2025-07-01T06:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the hyperlink color in the bookie banner notification text?</title>
      <link>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1172318#M1959</link>
      <description>&lt;P&gt;Hey, &lt;SPAN&gt;&lt;SPAN class="mention" data-mention="@DPirvu9"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/930614"&gt;@DPirvu9&lt;/a&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for clarifying. Your follow-up made it clear you “&lt;I&gt;d&lt;/I&gt;&lt;SPAN&gt;&lt;I&gt;on't have a HubSpot theme and this is for an external site&lt;/I&gt;&lt;/SPAN&gt;”.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Knowing that additional information, no, the Design Manager will not be an option for you. I did some additional searching and could not find any documentation to support that being an option.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But because you have an external site and access to its CSS file, have you tried something like this?&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;.hs-cookie-notification-p-link a {
  color: #FF0000 !important; /* Replace #FF0000 with your desired hex code */
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 22:04:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/GDPR/How-to-update-the-hyperlink-color-in-the-bookie-banner/m-p/1172318#M1959</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-07-02T22:04:30Z</dc:date>
    </item>
  </channel>
</rss>

