<?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 Updating Logo on Website in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Updating-Logo-on-Website/m-p/766531#M33228</link>
    <description>&lt;P&gt;Hello all! I am trying to update the logo on the top navigation of our &lt;A href="https://www.bellweatherdesignbuild.com/" target="_blank" rel="noopener"&gt;website&lt;/A&gt; to the new one below (that includes the logo plus a 20th Anniversary badge). Yet, when I go to update it with the image below, it's incredibly small and HubSpot won't let me change the size to make it larger (match the existing size logo).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I reached out to HubSpot support, they mentioned it's because the logo sizing seems to come from some CSS on the template. Does anyone know how to update this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd really appreciate the help!&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bellweather Design-Build 20 Years in Business.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/87038i31BFE6E80B550B2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bellweather Design-Build 20 Years in Business.png" alt="Bellweather Design-Build 20 Years in Business.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Mar 2023 14:36:23 GMT</pubDate>
    <dc:creator>EDeMarco</dc:creator>
    <dc:date>2023-03-09T14:36:23Z</dc:date>
    <item>
      <title>Updating Logo on Website</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Updating-Logo-on-Website/m-p/766531#M33228</link>
      <description>&lt;P&gt;Hello all! I am trying to update the logo on the top navigation of our &lt;A href="https://www.bellweatherdesignbuild.com/" target="_blank" rel="noopener"&gt;website&lt;/A&gt; to the new one below (that includes the logo plus a 20th Anniversary badge). Yet, when I go to update it with the image below, it's incredibly small and HubSpot won't let me change the size to make it larger (match the existing size logo).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I reached out to HubSpot support, they mentioned it's because the logo sizing seems to come from some CSS on the template. Does anyone know how to update this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd really appreciate the help!&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bellweather Design-Build 20 Years in Business.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/87038i31BFE6E80B550B2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bellweather Design-Build 20 Years in Business.png" alt="Bellweather Design-Build 20 Years in Business.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 14:36:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Updating-Logo-on-Website/m-p/766531#M33228</guid>
      <dc:creator>EDeMarco</dc:creator>
      <dc:date>2023-03-09T14:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Logo on Website</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Updating-Logo-on-Website/m-p/766852#M33239</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/157502"&gt;@EDeMarco&lt;/a&gt;&amp;nbsp;it looks like the way your logo was coded into the header is limiting the size of the logo.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jnix284_0-1678410144682.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/87069iD2C64FC4CD437242/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jnix284_0-1678410144682.png" alt="Jnix284_0-1678410144682.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can't change the code for the header directly, you can swap out the logo and then add this to your child.css (or site header HTML) to apply it to your pages:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;.header__logo {
    max-width: 250px;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then just change the 250 to whatever number you need to make it work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 01:03:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Updating-Logo-on-Website/m-p/766852#M33239</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2023-03-10T01:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Logo on Website</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Updating-Logo-on-Website/m-p/767817#M33271</link>
      <description>&lt;P&gt;Thank you! Do you have directions / link on how to&amp;nbsp;&lt;SPAN&gt;add something to your child.css (or site header HTML)?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 12:23:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Updating-Logo-on-Website/m-p/767817#M33271</guid>
      <dc:creator>EDeMarco</dc:creator>
      <dc:date>2023-03-13T12:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Logo on Website</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Updating-Logo-on-Website/m-p/767833#M33272</link>
      <description>&lt;P&gt;You're welcome&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/157502"&gt;@EDeMarco&lt;/a&gt;,&amp;nbsp;the only links I have are from our knowledge base, but it would be the same steps regardless of what theme you use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.maka-agency.com/frequently-asked-questions/how-to-add-code-to-the-site-header-html" target="_blank" rel="noopener"&gt;add code to site header HTML&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.maka-agency.com/frequently-asked-questions/how-to-add-code-to-the-child.css-in-a-hubspot-child-theme" target="_blank" rel="noopener"&gt;add code to child.css&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 12:55:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Updating-Logo-on-Website/m-p/767833#M33272</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2023-03-13T12:55:58Z</dc:date>
    </item>
  </channel>
</rss>

