<?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: Need help to create overlay for a hero in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Need-help-to-create-overlay-for-a-hero/m-p/37871#M3709</link>
    <description>&lt;P&gt;Thank you so much for your help !&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2017 10:46:19 GMT</pubDate>
    <dc:creator>Alexandra</dc:creator>
    <dc:date>2017-11-16T10:46:19Z</dc:date>
    <item>
      <title>Need help to create overlay for a hero</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Need-help-to-create-overlay-for-a-hero/m-p/37766#M3690</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am very new to Hubspot and I need to create an overlay effect so I can have my header image with some text and a form on the top.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For that I need to create an overlay, however the only thing I see in the left bar is a rectangle named "flexible colum". Could you please explain me step by step, how to create that ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Alexandra&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 17:13:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Need-help-to-create-overlay-for-a-hero/m-p/37766#M3690</guid>
      <dc:creator>Alexandra</dc:creator>
      <dc:date>2017-11-15T17:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to create overlay for a hero</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Need-help-to-create-overlay-for-a-hero/m-p/37848#M3701</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/21388"&gt;@Alexandra&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Welcome to HubSpot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We will suggest you follow simple steps to &lt;SPAN&gt;create an overlay effect&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;this is code, you have to just replace with your hero banner class name and related RGB Color code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.hero-banner {
    position: relative;
    z-index: 1;
}

.hero-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: rgba(17,17,17,0.7);
    height: 100%;
    z-index: -1;
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;Note: &lt;/STRONG&gt;you can find Color RGBA Code from &lt;A href="http://www.december.com/html/spec/colorrgbadec.html" target="_self"&gt;here&lt;/A&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this work&lt;/P&gt;&lt;P&gt;TRooInbound Team!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 05:54:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Need-help-to-create-overlay-for-a-hero/m-p/37848#M3701</guid>
      <dc:creator>TRooInbound</dc:creator>
      <dc:date>2017-11-16T05:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to create overlay for a hero</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Need-help-to-create-overlay-for-a-hero/m-p/37855#M3705</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/21388"&gt;@Alexandra&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think what you are wanting to do is have a section with some content and a form, and you would like an image behind this section as a background image?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You don't need to do any complication stuff, to do this. You just need to apply a background image to that section which you can do using the inline css in the css options for the wrapper containing your form and content. add:&lt;/P&gt;&lt;PRE&gt;background: url(&lt;FONT color="#FF0000"&gt;image.png&lt;/FONT&gt;) center center no-repeat; background-size: cover;&lt;/PRE&gt;&lt;P&gt;in the inline css for the wrapper, where image.png is the url of your background image.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want it to be editable you can use a HubL image module in place of the static image url, just make sure you use single quotes in the module snippet because the template will generate double quotes around the css when the template is processed.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 08:05:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Need-help-to-create-overlay-for-a-hero/m-p/37855#M3705</guid>
      <dc:creator>Jsum</dc:creator>
      <dc:date>2017-11-16T08:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to create overlay for a hero</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Need-help-to-create-overlay-for-a-hero/m-p/37871#M3709</link>
      <description>&lt;P&gt;Thank you so much for your help !&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 10:46:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Need-help-to-create-overlay-for-a-hero/m-p/37871#M3709</guid>
      <dc:creator>Alexandra</dc:creator>
      <dc:date>2017-11-16T10:46:19Z</dc:date>
    </item>
  </channel>
</rss>

