<?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 Would like to hide side menu icon on desktop. in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Would-like-to-hide-side-menu-icon-on-desktop/m-p/181479#M5120</link>
    <description>&lt;P&gt;&lt;STRONG&gt;I would like to hide the top right accordian menu icon for desktop only.&lt;/STRONG&gt; But I still would want it to appear on mobile devices. &lt;EM&gt;I'm assuming it will need some type of media query.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can&amp;nbsp;anyone help me out with this?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Page Template:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.hubspot.com/content/450778/edit/5590008625/content" target="_blank"&gt;https://app.hubspot.com/content/450778/edit/5590008625/content&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Page Link:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://info.6monthsmiles.com/home" target="_blank"&gt;http://info.6monthsmiles.com/home&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also attached a screenshot of the icon i'm referring to that i want hidden on desktop only.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-03-13 at 9.53.13 AM.png" style="width: 104px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/8296iC7FF56163277B8FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-03-13 at 9.53.13 AM.png" alt="Screen Shot 2018-03-13 at 9.53.13 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Mar 2018 14:57:50 GMT</pubDate>
    <dc:creator>tam1445</dc:creator>
    <dc:date>2018-03-13T14:57:50Z</dc:date>
    <item>
      <title>Would like to hide side menu icon on desktop.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Would-like-to-hide-side-menu-icon-on-desktop/m-p/181479#M5120</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I would like to hide the top right accordian menu icon for desktop only.&lt;/STRONG&gt; But I still would want it to appear on mobile devices. &lt;EM&gt;I'm assuming it will need some type of media query.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can&amp;nbsp;anyone help me out with this?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Page Template:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.hubspot.com/content/450778/edit/5590008625/content" target="_blank"&gt;https://app.hubspot.com/content/450778/edit/5590008625/content&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Page Link:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://info.6monthsmiles.com/home" target="_blank"&gt;http://info.6monthsmiles.com/home&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also attached a screenshot of the icon i'm referring to that i want hidden on desktop only.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-03-13 at 9.53.13 AM.png" style="width: 104px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/8296iC7FF56163277B8FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-03-13 at 9.53.13 AM.png" alt="Screen Shot 2018-03-13 at 9.53.13 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 14:57:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Would-like-to-hide-side-menu-icon-on-desktop/m-p/181479#M5120</guid>
      <dc:creator>tam1445</dc:creator>
      <dc:date>2018-03-13T14:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Would like to hide side menu icon on desktop.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Would-like-to-hide-side-menu-icon-on-desktop/m-p/181563#M5127</link>
      <description>&lt;P&gt;To get techincal... it's called a hamburger menu (mmmm, hamburgers). Yes, you'll need to have a media query.&lt;BR /&gt;&lt;BR /&gt;This should do the trick:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;@media(min-width:961px){&lt;BR /&gt;#&lt;SPAN&gt;hs_cos_wrapper_module_1488966139486607 {display:none;}&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;@media(max-width:960px){&lt;BR /&gt;#hs_cos_wrapper_module_1488966139486607 {block;}&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 21:57:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Would-like-to-hide-side-menu-icon-on-desktop/m-p/181563#M5127</guid>
      <dc:creator>coreysmith</dc:creator>
      <dc:date>2018-03-13T21:57:45Z</dc:date>
    </item>
  </channel>
</rss>

