<?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: Making header on vast home template see through in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319844#M15419</link>
    <description>&lt;P&gt;Add it after your&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.custom-menu-primary .hs-menu-wrapper &amp;gt; ul li a {

}&lt;/PRE&gt;&lt;P&gt;Code block. So&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.custom-menu-primary .hs-menu-wrapper &amp;gt; ul li a {
    /*Not going to type out all your code for this block &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; */
}
.header-container {
    background-color: rgba(255,255,255,0.7);
}&lt;/PRE&gt;</description>
    <pubDate>Tue, 18 Feb 2020 06:09:00 GMT</pubDate>
    <dc:creator>narmstrong</dc:creator>
    <dc:date>2020-02-18T06:09:00Z</dc:date>
    <item>
      <title>Making header on vast home template see through</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319833#M15414</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have been attempting to change the header on my new websites pages to reveal the image behind it, this is the site:&amp;nbsp;&lt;A href="http://publicsafety-com-au-6499018.hs-sites.com/" target="_blank"&gt;http://publicsafety-com-au-6499018.hs-sites.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I attempted to change the opacity using the code here&amp;nbsp;&lt;/P&gt;&lt;P&gt;background-image: none;&lt;BR /&gt;background-color: transparent;&lt;BR /&gt;border: 0px;&lt;BR /&gt;-webkit-border-radius: 0px;&lt;BR /&gt;-moz-border-radius: 0px;&lt;BR /&gt;border-radius: 0px;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Unofortunately this just made the font of the menu less visible. Does anyone know how I can make this header clear?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;Martyn&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 03:32:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319833#M15414</guid>
      <dc:creator>Martyn</dc:creator>
      <dc:date>2020-02-18T03:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Making header on vast home template see through</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319838#M15415</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;PRE&gt;.header-container {
    background-color: rgba(255,255,255,0.7);
}&lt;/PRE&gt;&lt;P&gt;To make it toally transparent you can:&lt;/P&gt;&lt;PRE&gt;.header-container {
    background-color: transparent;
}&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Feb 2020 05:28:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319838#M15415</guid>
      <dc:creator>narmstrong</dc:creator>
      <dc:date>2020-02-18T05:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Making header on vast home template see through</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319840#M15416</link>
      <description>&lt;P&gt;Hey, I put in the first line of code you said to try as seen here, unfortunately it made no change to my header. Thanks for your time thus far.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="code screenshot for header.png" style="width: 787px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/24054i5DE7D67CD36F3AA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="code screenshot for header.png" alt="code screenshot for header.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 05:33:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319840#M15416</guid>
      <dc:creator>Martyn</dc:creator>
      <dc:date>2020-02-18T05:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Making header on vast home template see through</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319841#M15417</link>
      <description>&lt;P&gt;You have to use the class structure. Looks like your class structure is targeting the menu only. Add this:&lt;/P&gt;&lt;PRE&gt;.header-container {
    background-color: rgba(255,255,255,0.7);
}&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Feb 2020 05:41:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319841#M15417</guid>
      <dc:creator>narmstrong</dc:creator>
      <dc:date>2020-02-18T05:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Making header on vast home template see through</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319842#M15418</link>
      <description>&lt;P&gt;Thanks for your help, where should I add this line of code? I tried to add it on line 1258 but no luck, I proceeded to add it above the .custom-menu privacy lines, there was no error but no change,&lt;BR /&gt;thanks again.&lt;BR /&gt;Martyn&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 06:03:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319842#M15418</guid>
      <dc:creator>Martyn</dc:creator>
      <dc:date>2020-02-18T06:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Making header on vast home template see through</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319844#M15419</link>
      <description>&lt;P&gt;Add it after your&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.custom-menu-primary .hs-menu-wrapper &amp;gt; ul li a {

}&lt;/PRE&gt;&lt;P&gt;Code block. So&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.custom-menu-primary .hs-menu-wrapper &amp;gt; ul li a {
    /*Not going to type out all your code for this block &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; */
}
.header-container {
    background-color: rgba(255,255,255,0.7);
}&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Feb 2020 06:09:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319844#M15419</guid>
      <dc:creator>narmstrong</dc:creator>
      <dc:date>2020-02-18T06:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Making header on vast home template see through</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319847#M15420</link>
      <description>&lt;P&gt;So I added the code after this block and the transparency is there... but the menu has freaked out a bit. (the top picture is before adding the code)&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="before adding code.png" style="width: 940px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/24056i89DEA55D010AFBA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="before adding code.png" alt="before adding code.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="result after adding code.png" style="width: 937px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/24055i7BA2C510F406D5FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="result after adding code.png" alt="result after adding code.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 06:15:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319847#M15420</guid>
      <dc:creator>Martyn</dc:creator>
      <dc:date>2020-02-18T06:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Making header on vast home template see through</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319923#M15424</link>
      <description>&lt;P&gt;My Guess is that you may have put that in a place that broke a code block. I also think that right above that looks like this?&lt;/P&gt;&lt;PRE&gt;@media(max-width:768px) {
    .custom-menu-primary,
    .custom-menu-primary .hs-menu-wrapper&amp;gt;ul,
    .custom-menu-primary .hs-menu-wrapper&amp;gt;ul li,
    .custom-menu-primary .hs-menu-wrapper&amp;gt;ul li a {&lt;/PRE&gt;&lt;P&gt;Maybe try this: Go all the way to the top of your stylesheet.&lt;/P&gt;&lt;P&gt;Do you see this code block?&lt;/P&gt;&lt;PRE&gt;img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom
}&lt;/PRE&gt;&lt;P&gt;Add these blocks right after the closing curly bracket&lt;/P&gt;&lt;PRE&gt;}&lt;/PRE&gt;&lt;P&gt;So your end code should look like this:&lt;/P&gt;&lt;PRE&gt;img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom
}
.header-container {
    background-color: rgba(255,255,255,0.7);
}
.body-container-wrapper {
padding-top: 0 !important;
}
img.alignRight,
img.alignright {
    margin: 0 0 5px 15px
}
/*The rest of the code*/&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 13:03:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/319923#M15424</guid>
      <dc:creator>narmstrong</dc:creator>
      <dc:date>2020-02-18T13:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Making header on vast home template see through</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/320166#M15436</link>
      <description>&lt;P&gt;Hey mate,&lt;BR /&gt;&lt;BR /&gt;Have been looking through the code at the top I couldn't find anything matching. Around lines 430-630 I found similar code, shown below. Is this where I should add the code?&lt;BR /&gt;&lt;BR /&gt;Thanks again,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Martyn&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="code found.png" style="width: 762px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/24104iB943DF142E9EC912/image-size/large?v=v2&amp;amp;px=999" role="button" title="code found.png" alt="code found.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 02:17:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/320166#M15436</guid>
      <dc:creator>Martyn</dc:creator>
      <dc:date>2020-02-19T02:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Making header on vast home template see through</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/320171#M15437</link>
      <description>&lt;P&gt;Honestly that should work fine. As long as it isnt in another code block or in a media query that isnt relevant it "should" just work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just these lines:&lt;/P&gt;&lt;PRE&gt;.header-container {
    background-color: rgba(255,255,255,0.7);
}
.body-container-wrapper {
    padding-top: 0 !important;
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know how you fare. Good luck.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 03:20:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/320171#M15437</guid>
      <dc:creator>narmstrong</dc:creator>
      <dc:date>2020-02-19T03:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Making header on vast home template see through</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/320187#M15438</link>
      <description>&lt;P&gt;Thanks so much. Perfect, All sorted. Have a great day.&amp;nbsp;&lt;BR /&gt;Martyn&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fixed.png" style="width: 940px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/24108i3679E8923DD8CF80/image-size/large?v=v2&amp;amp;px=999" role="button" title="Fixed.png" alt="Fixed.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 04:53:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/320187#M15438</guid>
      <dc:creator>Martyn</dc:creator>
      <dc:date>2020-02-19T04:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Making header on vast home template see through</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/863065#M36238</link>
      <description>&lt;P data-unlink="true"&gt;&lt;SPAN&gt;I'm currently in the process of using the "Making header" feature on the Vast Home template for my service-based website&amp;nbsp;during this I've been customizing the header to fit my branding and the specific needs of my business, but I've run into a problem with the navigation menu. How can i solve this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 19:20:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Making-header-on-vast-home-template-see-through/m-p/863065#M36238</guid>
      <dc:creator>smartfixers001</dc:creator>
      <dc:date>2026-04-09T19:20:10Z</dc:date>
    </item>
  </channel>
</rss>

