<?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: Hide menu in the header on specific page in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369137#M18546</link>
    <description>&lt;P&gt;Ah indeed a typo. Thanks for the response anyway, maybe you could help me with something else.&lt;BR /&gt;&lt;BR /&gt;Im trying to get a smaller font in the legal text in my footer. I cant edit it in the theme and i cant change anything in the code. So i tried adding:&lt;/P&gt;&lt;DIV class="contents-body"&gt;&lt;P&gt;"&amp;lt;style&amp;gt;.legal-consent-container {font-size:12px;}!important;&lt;/P&gt;&lt;P&gt;&amp;lt;/style&amp;gt;"&lt;/P&gt;&lt;P&gt;I tried adding the important to see if that would help, but no luck. For example im using this page:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://app.hubspot.com/content/294088/edit/32583948686/content" target="_blank" rel="noopener"&gt;https://app.hubspot.com/content/294088/edit/32583948686/content&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Schermafbeelding 2020-09-09 om 13.24.16.png" style="width: 818px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/31459iB90271E7A23C0134/image-size/large?v=v2&amp;amp;px=999" role="button" title="Schermafbeelding 2020-09-09 om 13.24.16.png" alt="Schermafbeelding 2020-09-09 om 13.24.16.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="contents-attachments"&gt;&lt;DIV class="private-clickable UIClickable-sc-1q4mald-0 kYftpU"&gt;&lt;DIV class="UIFileAttachment__StyledAttachment-dfkinh-6 ljdDGI"&gt;&lt;DIV class="media private-media UIFileAttachment__StyledAttachment_Media-dfkinh-1 jxeDQz"&gt;&lt;DIV class="private-media__item private-media__item--left UIFileAttachment__StyledAttachment_Preview-dfkinh-2 ewOEfa"&gt;&amp;nbsp;The text is in a form, which normally i can edit. But it being in the footer i cant edit it.&lt;/DIV&gt;&lt;DIV class="media-body private-media__body UIFileAttachment__StyledAttachment_Info-dfkinh-3 bBYYQt"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 10 Sep 2020 12:29:59 GMT</pubDate>
    <dc:creator>Jelmert</dc:creator>
    <dc:date>2020-09-10T12:29:59Z</dc:date>
    <item>
      <title>Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/357053#M17699</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like the hide the menu in the header on pages like a landing page. Is there a code I can add to the additional html in the settings? I can change it in the global editor, but then I have no menu on all my pages&lt;BR /&gt;&lt;BR /&gt;Page:&amp;nbsp;&lt;A href="http://www-hrorganizer-com.sandbox.hs-sites.com/nl-nl/assessments?hs_preview=sggFrzwe-32737829920" target="_blank"&gt;http://www-hrorganizer-com.sandbox.hs-sites.com/nl-nl/assessments?hs_preview=sggFrzwe-32737829920&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 08:37:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/357053#M17699</guid>
      <dc:creator>Jelmert</dc:creator>
      <dc:date>2020-07-24T08:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/357058#M17700</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/137717"&gt;@Jelmert&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basicly you have 2 ways, to archive this.&lt;/P&gt;&lt;P&gt;Best way is to copy the template and remove the navigation and use the copy template for landing pages.&lt;/P&gt;&lt;P&gt;The other way is, remove it via css on the page settings -&amp;gt; advanced options -&amp;gt; Additional code snippets, with the following CSS code&lt;/P&gt;&lt;PRE&gt;&amp;lt;style&amp;gt;
  .header__menu.header__element, .&lt;SPAN&gt;header__search--wrapper&lt;/SPAN&gt; {
    display: none;
  }
&amp;lt;/style&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="headHTML.PNG" style="width: 200px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/29601i6013B41562682786/image-size/small?v=v2&amp;amp;px=200" role="button" title="headHTML.PNG" alt="headHTML.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This should remove the navigation and the search button on this page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Chris&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 09:25:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/357058#M17700</guid>
      <dc:creator>Chris-M</dc:creator>
      <dc:date>2020-07-24T09:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/357065#M17701</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/133469"&gt;@Chris-M&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This did hide the menu, but for some reason it did not hide the search button/icon. (using the code)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll give the other option a try if there is no solution for this. Thanks for the quick response and help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 09:14:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/357065#M17701</guid>
      <dc:creator>Jelmert</dc:creator>
      <dc:date>2020-07-24T09:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/357068#M17702</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/137717"&gt;@Jelmert&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;i messed up a bit... i missed the "." for the class, this should now work&lt;/P&gt;&lt;PRE&gt;&amp;lt;style&amp;gt;
  .header__menu.header__element, .header__search--wrapper {
    display: none;
  }
&amp;lt;/style&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;- Chris&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 09:26:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/357068#M17702</guid>
      <dc:creator>Chris-M</dc:creator>
      <dc:date>2020-07-24T09:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/357072#M17703</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/133469"&gt;@Chris-M&lt;/a&gt;&amp;nbsp;, works like a charm.&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 09:49:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/357072#M17703</guid>
      <dc:creator>Jelmert</dc:creator>
      <dc:date>2020-07-24T09:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/361139#M18018</link>
      <description>&lt;P&gt;Het&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/133469"&gt;@Chris-M&lt;/a&gt;&amp;nbsp;The code works, but we see in hotjar that people can still see a 'hamburger 'menu when they view it on mobile. It is just not clickable, any way to fix this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 15:03:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/361139#M18018</guid>
      <dc:creator>Jelmert</dc:creator>
      <dc:date>2020-08-11T15:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/361156#M18022</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/137717"&gt;@Jelmert&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just replace the old code with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.header__menu.header__element, .header__search--wrapper, body .header__navigation--toggle {&lt;BR /&gt;  display: none;&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;The "body .header__navigation--toggle" is for the mobile Nav.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Chris&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 15:53:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/361156#M18022</guid>
      <dc:creator>Chris-M</dc:creator>
      <dc:date>2020-08-11T15:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/361340#M18040</link>
      <description>&lt;P&gt;Thanks again! Seems to work&amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://community.hubspot.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 07:23:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/361340#M18040</guid>
      <dc:creator>Jelmert</dc:creator>
      <dc:date>2020-08-12T07:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/368732#M18519</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/133469"&gt;@Chris-M&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know a code to hide the footer as well?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example for this page:&amp;nbsp;&lt;A href="https://www.hrorganizer.com/nl/selectie-selectie" target="_blank"&gt;https://www.hrorganizer.com/nl/selectie-selectie&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jelmer&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 11:05:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/368732#M18519</guid>
      <dc:creator>Jelmert</dc:creator>
      <dc:date>2020-09-09T11:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/368735#M18520</link>
      <description>&lt;P&gt;Ah, worked it out with this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;.footer__columns {&lt;BR /&gt;display: none;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/133469"&gt;@Chris-M&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 11:31:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/368735#M18520</guid>
      <dc:creator>Jelmert</dc:creator>
      <dc:date>2020-09-09T11:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369037#M18536</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/133469"&gt;@Chris-M&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry to bother you again, but had another question.&lt;/P&gt;&lt;P&gt;I updated the header, but now i cant seem to get the navigation to hide in the header.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code im using, it hides everything but not the search icon for some reason.&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;.header__menu.header__element,.header__cta--desktop,.header__search--wrapper,body .header__navigation--toggle {&lt;BR /&gt;display: none;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on this page:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.hrorganizer.com/nl/bias-free-e-assessment?hs_preview=VlNlPoeQ-33713765252" target="_blank" rel="noopener"&gt;https://www.hrorganizer.com/nl/bias-free-e-assessment?hs_preview=VlNlPoeQ-33713765252&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you can help&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 09:31:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369037#M18536</guid>
      <dc:creator>Jelmert</dc:creator>
      <dc:date>2020-09-10T09:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369132#M18544</link>
      <description>&lt;P class="p1"&gt;Got it to work with this &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;style&amp;gt;..header__menu.header__element,.header__cta--desktop,.header__search--wrapper,body .header__navigation--toggle {&lt;BR /&gt;display: none!important;&lt;BR /&gt;}&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 12:16:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369132#M18544</guid>
      <dc:creator>Jelmert</dc:creator>
      <dc:date>2020-09-10T12:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369134#M18545</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/137717"&gt;@Jelmert&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;sorry for the late response, i was about to answere your question, but you just figured all out by yourself, &lt;STRONG&gt;which is great!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think there might be a typo in you style call, you have 2 "..&lt;SPAN&gt;header__menu.header__element&lt;/SPAN&gt;" on the start of your class, should be just one ".&lt;SPAN&gt;header__menu.header__element&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Chris&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 12:23:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369134#M18545</guid>
      <dc:creator>Chris-M</dc:creator>
      <dc:date>2020-09-10T12:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369137#M18546</link>
      <description>&lt;P&gt;Ah indeed a typo. Thanks for the response anyway, maybe you could help me with something else.&lt;BR /&gt;&lt;BR /&gt;Im trying to get a smaller font in the legal text in my footer. I cant edit it in the theme and i cant change anything in the code. So i tried adding:&lt;/P&gt;&lt;DIV class="contents-body"&gt;&lt;P&gt;"&amp;lt;style&amp;gt;.legal-consent-container {font-size:12px;}!important;&lt;/P&gt;&lt;P&gt;&amp;lt;/style&amp;gt;"&lt;/P&gt;&lt;P&gt;I tried adding the important to see if that would help, but no luck. For example im using this page:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://app.hubspot.com/content/294088/edit/32583948686/content" target="_blank" rel="noopener"&gt;https://app.hubspot.com/content/294088/edit/32583948686/content&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Schermafbeelding 2020-09-09 om 13.24.16.png" style="width: 818px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/31459iB90271E7A23C0134/image-size/large?v=v2&amp;amp;px=999" role="button" title="Schermafbeelding 2020-09-09 om 13.24.16.png" alt="Schermafbeelding 2020-09-09 om 13.24.16.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="contents-attachments"&gt;&lt;DIV class="private-clickable UIClickable-sc-1q4mald-0 kYftpU"&gt;&lt;DIV class="UIFileAttachment__StyledAttachment-dfkinh-6 ljdDGI"&gt;&lt;DIV class="media private-media UIFileAttachment__StyledAttachment_Media-dfkinh-1 jxeDQz"&gt;&lt;DIV class="private-media__item private-media__item--left UIFileAttachment__StyledAttachment_Preview-dfkinh-2 ewOEfa"&gt;&amp;nbsp;The text is in a form, which normally i can edit. But it being in the footer i cant edit it.&lt;/DIV&gt;&lt;DIV class="media-body private-media__body UIFileAttachment__StyledAttachment_Info-dfkinh-3 bBYYQt"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Sep 2020 12:29:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369137#M18546</guid>
      <dc:creator>Jelmert</dc:creator>
      <dc:date>2020-09-10T12:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369140#M18547</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/137717"&gt;@Jelmert&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to go a bit deeper into the css classes of this container,&lt;/P&gt;
&lt;P&gt;Could you try the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;.legal-consent-container p {
  font-size: 12px;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you ever want to put an !important tag to an style command, you have to put it in the brackets to the command, for example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;.legal-consent-container p {
  font-size: 12px !important;
}​&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just as an example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DeptOfCSS.PNG" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/31462iA0E6B2FC7FE8ACFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DeptOfCSS.PNG" alt="DeptOfCSS.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You've tried to give the font-size command the yellow marked container, but the paragraph element is the one, which is displaying the text, so if you want to reduce the text size the p element needs the command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Chris&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 12:43:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369140#M18547</guid>
      <dc:creator>Chris-M</dc:creator>
      <dc:date>2020-09-10T12:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369154#M18549</link>
      <description>&lt;P&gt;Thank you again!&lt;/P&gt;&lt;PRE&gt;.legal-consent-container p {
  font-size: 12px;
}&lt;/PRE&gt;&lt;P&gt;This worked for me. The only way to do this global, is to change the code in the template/theme right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again, I'm learning as I go.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 12:54:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369154#M18549</guid>
      <dc:creator>Jelmert</dc:creator>
      <dc:date>2020-09-10T12:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369212#M18553</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/137717"&gt;@Jelmert&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are a couple of ways.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It really depends on how you are using CSS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best way for me would be to start/use a CSS file inside the Design Manager and link this stylesheet to your Template under "linked stylesheet"&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="CSSEmbed.PNG" style="width: 191px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/31472iC7E3949C72A93DA6/image-size/small?v=v2&amp;amp;px=200" role="button" title="CSSEmbed.PNG" alt="CSSEmbed.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The template will basicly receive all the styling you have done inside the styles.css file, if you update the file it will be automaticly updated on the template/pages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Chris&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 14:18:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/369212#M18553</guid>
      <dc:creator>Chris-M</dc:creator>
      <dc:date>2020-09-10T14:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/389753#M19818</link>
      <description>&lt;P&gt;Is this still working for you today? I'm not able to get this to remove on the mobile nav.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2020 19:56:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/389753#M19818</guid>
      <dc:creator>phipps</dc:creator>
      <dc:date>2020-11-28T19:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/390976#M19899</link>
      <description>&lt;P&gt;It is still working for me yes.&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;style&amp;gt;.header__menu.header__element,.header__cta--desktop,.header__search--wrapper,body .header__navigation--toggle {&lt;BR /&gt;display: none!important;&lt;BR /&gt;}&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 14:08:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/390976#M19899</guid>
      <dc:creator>Jelmert</dc:creator>
      <dc:date>2020-12-03T14:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hide menu in the header on specific page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/390986#M19900</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/151958"&gt;@phipps&lt;/a&gt; welcome to the community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are happy to help you, but please start a new thread.&lt;BR /&gt;If possbile with a link to the live page or a HubSpot peview link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is going to help us a lot and speed up the process a lot to solve your probleme.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Chris&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 14:25:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Hide-menu-in-the-header-on-specific-page/m-p/390986#M19900</guid>
      <dc:creator>Chris-M</dc:creator>
      <dc:date>2020-12-03T14:25:00Z</dc:date>
    </item>
  </channel>
</rss>

