<?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: Help Removing Persistent Black Line in Custom Quote Template in Sales Hub Tools</title>
    <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1158388#M11831</link>
    <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/947717"&gt;@BGunning7&lt;/a&gt;&lt;/SPAN&gt; and welcome, it's a pleasure to have you here! &lt;span class="lia-unicode-emoji" title=":hugging_face:"&gt;🤗&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Great question, thanks for asking the HubSpot Community!&lt;BR /&gt;&lt;BR /&gt;1. Could you please share a screenshot (without sensitive data) of the quote with the black line?&lt;BR /&gt;2. Also, can you share the code or the link to a test quote?&lt;BR /&gt;&lt;BR /&gt;The more info, screenshots (without sensitive/confidential information), and details you can provide, the better the Community can assist.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For information on the topic, here is an article "&lt;A href="https://knowledge.hubspot.com/quotes/create-custom-quote-templates" target="_blank"&gt;Create and use customized quote templates&lt;/A&gt;".&lt;BR /&gt;&lt;BR /&gt;I'd love to put you in touch with our CSS Experts: Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/299246"&gt;@elizheleva&lt;/a&gt;&lt;/SPAN&gt;, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/61659"&gt;@Stephanie-OG&lt;/a&gt;&lt;/SPAN&gt; and &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/91608"&gt;@alyssamwilie&lt;/a&gt;&lt;/SPAN&gt; do you have any tips to help &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/947717"&gt;@BGunning7&lt;/a&gt;&lt;/SPAN&gt;, please?&lt;BR /&gt;&lt;BR /&gt;Have a lovely day and thanks so much in advance for your valuable contributions! &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
    <pubDate>Thu, 29 May 2025 12:14:28 GMT</pubDate>
    <dc:creator>BérangèreL</dc:creator>
    <dc:date>2025-05-29T12:14:28Z</dc:date>
    <item>
      <title>Help Removing Persistent Black Line in Custom Quote Template</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1158136#M11830</link>
      <description>&lt;P&gt;Hi HubSpot Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m customising a quote template and have encountered a persistent black line that I cannot remove, despite extensive attempts using custom CSS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;What I’ve Identified:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;The black line appears near the top of the quote.&lt;/LI&gt;&lt;LI&gt;It is rendered by a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;::after&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;pseudo-element on a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;lt;div&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;inside the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;.banner__sender&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;container.&lt;/LI&gt;&lt;LI&gt;The styles are coming from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;template_main.min.css, and include:&lt;UL&gt;&lt;LI&gt;background-color: black&lt;/LI&gt;&lt;LI&gt;height: 3px&lt;/LI&gt;&lt;LI&gt;width: 45px&lt;/LI&gt;&lt;LI&gt;position: absolute&lt;/LI&gt;&lt;LI&gt;top: 10px&lt;/LI&gt;&lt;LI&gt;transform: rotate(45deg)&lt;/LI&gt;&lt;LI&gt;content: "" (empty string)&lt;/LI&gt;&lt;LI&gt;display: block&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;What I’ve Tried:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;I’ve used&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;{% require_css %}&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the quote template to override this element with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;display: none,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;content: none, and reset all layout and visual styles.&lt;/LI&gt;&lt;LI&gt;I’ve also targeted&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;.banner__recipient&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and its pseudo-elements, in case they were contributing.&lt;/LI&gt;&lt;LI&gt;I’ve used highly specific selectors, including&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;.hs-quotes--flow .banner__sender &amp;gt; div::after, and added&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;!important&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to every rule.&lt;/LI&gt;&lt;LI&gt;I’ve confirmed that my CSS is being loaded, but the line still appears.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;What I Need:&lt;/H3&gt;&lt;P&gt;I’d like to completely remove this decorative line from the quote template. It appears to be hardcoded or injected in a way that prevents override via the standard template CSS block.&lt;/P&gt;&lt;P&gt;Has anyone successfully removed this line or encountered a similar issue? Is there a workaround or a HubSpot-supported method to suppress this pseudo-element?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Brookelynn&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 21:06:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1158136#M11830</guid>
      <dc:creator>BGunning7</dc:creator>
      <dc:date>2025-05-28T21:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help Removing Persistent Black Line in Custom Quote Template</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1158388#M11831</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/947717"&gt;@BGunning7&lt;/a&gt;&lt;/SPAN&gt; and welcome, it's a pleasure to have you here! &lt;span class="lia-unicode-emoji" title=":hugging_face:"&gt;🤗&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Great question, thanks for asking the HubSpot Community!&lt;BR /&gt;&lt;BR /&gt;1. Could you please share a screenshot (without sensitive data) of the quote with the black line?&lt;BR /&gt;2. Also, can you share the code or the link to a test quote?&lt;BR /&gt;&lt;BR /&gt;The more info, screenshots (without sensitive/confidential information), and details you can provide, the better the Community can assist.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For information on the topic, here is an article "&lt;A href="https://knowledge.hubspot.com/quotes/create-custom-quote-templates" target="_blank"&gt;Create and use customized quote templates&lt;/A&gt;".&lt;BR /&gt;&lt;BR /&gt;I'd love to put you in touch with our CSS Experts: Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/299246"&gt;@elizheleva&lt;/a&gt;&lt;/SPAN&gt;, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/61659"&gt;@Stephanie-OG&lt;/a&gt;&lt;/SPAN&gt; and &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/91608"&gt;@alyssamwilie&lt;/a&gt;&lt;/SPAN&gt; do you have any tips to help &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/947717"&gt;@BGunning7&lt;/a&gt;&lt;/SPAN&gt;, please?&lt;BR /&gt;&lt;BR /&gt;Have a lovely day and thanks so much in advance for your valuable contributions! &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 12:14:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1158388#M11831</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-05-29T12:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help Removing Persistent Black Line in Custom Quote Template</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1158394#M11832</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Brookelynn,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/230185"&gt;@BérangèreL&lt;/a&gt;&amp;nbsp;mentioned, it would be great to have a screenshot. Or better still, to have a link to a dummy quote using the template. This way, I can audit the CSS and can provide further insight.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanking you,&lt;/P&gt;
&lt;P&gt;Eli&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 12:33:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1158394#M11832</guid>
      <dc:creator>elizheleva</dc:creator>
      <dc:date>2025-05-29T12:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help Removing Persistent Black Line in Custom Quote Template</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1160023#M11838</link>
      <description>&lt;P&gt;Hi Eli,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you for your response - attached you will find the snippets of the .css code that I have tried (this was my final attempt after numerous attempts), along with a snippet of the quote template,&amp;nbsp;with the Dev Tool Element name.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please let me know if this help, or if you require anything further.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 792px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/147558i067751BA895B1DA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 693px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/147557iF6495753CC2A7510/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{% require_css %}
&amp;lt;style&amp;gt;
/* Global reset */
body.hs-quotes.hs-quotes--flow,
.hs-quotes--flow,
.hs-quotes--flow * {
  border-top: none !important;
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Remove black line from .banner__sender &amp;gt; div::after */
body.hs-quotes.hs-quotes--flow .banner__sender &amp;gt; div::after {
  content: none !important;
  display: none !important;
  background: none !important;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  box-shadow: none !important;
  position: static !important;
  transform: none !important;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* Remove .banner__recipient and its pseudo-elements */
body.hs-quotes.hs-quotes--flow .banner__recipient,
body.hs-quotes.hs-quotes--flow .banner__recipient--left-align,
body.hs-quotes.hs-quotes--flow .banner__recipient::before,
body.hs-quotes.hs-quotes--flow .banner__recipient--left-align::before {
  display: none !important;
  content: none !important;
  background: none !important;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
&amp;lt;/style&amp;gt;
{% end_require_css %}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 20:35:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1160023#M11838</guid>
      <dc:creator>BGunning7</dc:creator>
      <dc:date>2025-06-02T20:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help Removing Persistent Black Line in Custom Quote Template</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1160270#M11839</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Brookelynn,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for sharing the CSS. It will be good to see the html as well, as sometimes like you've said in your initial message, it is possible that a class is added and its inheriting the CSS, so we need the full picture. Is there a way for you to create a dummy deal and a dummy quote and then share a link to the quote here, as this way, I can see the live HTML for the quote and can do some troubleshooting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, is it worth us jumping on a quick call so we can see things live?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanking you,&lt;/P&gt;
&lt;P&gt;Eli&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 11:50:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1160270#M11839</guid>
      <dc:creator>elizheleva</dc:creator>
      <dc:date>2025-06-03T11:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help Removing Persistent Black Line in Custom Quote Template</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1160674#M11846</link>
      <description>&lt;P&gt;Hi Eli,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/299246"&gt;@elizheleva&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your response, are you available to jump on a call tomorrow afternoon at 12:30 GMT+1, or Friday at 12:30 GMT+1, I think it is definitely worth it jumping on a call to screen share.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For the moment being, here is the HTML - keeping in mind we have over 100 lines of code - this is just a peice which I think may relate.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;{% require_css %}&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;{% if module_data|attr('banner_image')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('logo')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('quote_name')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('recipient_company')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('recipient_contacts')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('sender_company')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('sender_user')|attr('hidden')&lt;BR /&gt;%}&lt;BR /&gt;.hs-quotes--flow .banner { display: none; }&lt;BR /&gt;{% endif %}&lt;/P&gt;
&lt;P&gt;{% if module_data|attr('numbered_heading')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('summary')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('description')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('text_with_subheading_1')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('list_1')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('list_2')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('text_with_subheading_2')|attr('hidden')&lt;BR /&gt;%}&lt;BR /&gt;.hs-quotes--flow .executive-summary { display: none; }&lt;BR /&gt;{% endif %}&lt;/P&gt;
&lt;P&gt;{% if module_data|attr('numbered_heading')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('summary')|attr('hidden')&lt;BR /&gt;%}&lt;BR /&gt;.hs-quotes--flow .executive-summary .section-head { display: none; }&lt;BR /&gt;{% endif %}&lt;/P&gt;
&lt;P&gt;{% if module_data|attr('list_1')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('list_1')|attr('hidden')&lt;BR /&gt;%}&lt;BR /&gt;.hs-quotes--flow .executive-summary .list__container { display: none; }&lt;BR /&gt;{% endif %}&lt;/P&gt;
&lt;P&gt;{% if module_data|attr('numbered_heading_2')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('summary_2')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('paragraph_1')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('paragraph_image_1')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('paragraph_image_2')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('paragraph_2')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('resources_header')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('resource')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('testimonials_header')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('testimonial')|attr('hidden')&lt;BR /&gt;%}&lt;BR /&gt;.hs-quotes--flow .our-story { display: none; }&lt;BR /&gt;{% endif %}&lt;/P&gt;
&lt;P&gt;{% if module_data|attr('numbered_heading_2')|attr('hidden') &amp;amp;&amp;amp;&lt;BR /&gt;module_data|attr('summary_2')|attr('hidden')&lt;BR /&gt;%}&lt;BR /&gt;.hs-quotes--flow .our-story .section-head { display: none; }&lt;BR /&gt;{% endif %}&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 13:30:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1160674#M11846</guid>
      <dc:creator>BGunning7</dc:creator>
      <dc:date>2025-06-06T13:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help Removing Persistent Black Line in Custom Quote Template</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1160680#M11847</link>
      <description>Hi Eli,&lt;BR /&gt;&lt;BR /&gt;If we could jump on a call and I can take you through the HTML and .CSS file, that would be great - it may also be quicker. Are you available tomorrow at 12:30? Or, Friday at 12:30?&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2025 07:27:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1160680#M11847</guid>
      <dc:creator>BGunning7</dc:creator>
      <dc:date>2025-06-04T07:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help Removing Persistent Black Line in Custom Quote Template</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1161766#M11850</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Eli,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If we could jump on a call and I can take you through the HTML and .CSS file, that would be great - it may also be quicker. Are you available on Monday at 12:30? Or, Tuesday at 12:30?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 08:56:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1161766#M11850</guid>
      <dc:creator>BGunning7</dc:creator>
      <dc:date>2025-06-06T08:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help Removing Persistent Black Line in Custom Quote Template</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1162453#M11851</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Brookelynn,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Send me a calendar invite for today or tomorrow, I've sent you my email on DM. My availability for today and tomorrow is quite good, so send it for a time that works for you and let's get this sorted. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanking you,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Eli&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 11:00:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1162453#M11851</guid>
      <dc:creator>elizheleva</dc:creator>
      <dc:date>2025-06-09T11:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help Removing Persistent Black Line in Custom Quote Template</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1163448#M11859</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/299246"&gt;@elizheleva&lt;/a&gt;&lt;/SPAN&gt;, I hope that you are well!&lt;BR /&gt;&lt;BR /&gt;Thanks so much for your help and message &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;The HubSpot Community is a shared space of connection and learning.&lt;BR /&gt;&lt;BR /&gt;Help make the HubSpot Community a richer place by sharing your expertise here, on this public space please, so that other Community Members can get help too!&lt;BR /&gt;&lt;BR /&gt;Thank you very much!&lt;BR /&gt;&lt;BR /&gt;Have a lovely day!&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 15:00:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1163448#M11859</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-06-11T15:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help Removing Persistent Black Line in Custom Quote Template</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1163479#M11861</link>
      <description>&lt;P&gt;Hi Bérangère,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the prompt to share the outcome. We only had the call yesterday and will be finalising things tomorrow hence I've not published the official solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What seems to have happened though is that the template that was cloned was using an html file from the marketplace theme. This meant that even though the css could have had the right definitions, the html file was referencing a different css file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A simple solution that worked in the end was to clone the proposal.html file from the marketplace theme to a child theme, then within the quote template UI we selected "customise quote template" and selected the template we had just cloned. Then within that we ended up removing a class on one of the divs that was pulling this line given that for the purpose of what Brookelynn wanted to do, none of the styling was needed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should we find anything else, I'll update the post &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanking you once again for thr tag.&lt;/P&gt;
&lt;P&gt;Here to help,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Eli&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 15:28:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1163479#M11861</guid>
      <dc:creator>elizheleva</dc:creator>
      <dc:date>2025-06-11T15:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help Removing Persistent Black Line in Custom Quote Template</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1163739#M11865</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/299246"&gt;@elizheleva&lt;/a&gt;&lt;/SPAN&gt;, thank you so much for taking the time to share the solution with the Community!&lt;BR /&gt;&lt;BR /&gt;This will be extremely helpful for many other Community Members who find this thread! &lt;span class="lia-unicode-emoji" title=":star:"&gt;⭐&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I love to read your valuable insights and thanks again for all your help, it is much appreciated! &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Have a great day!&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 07:05:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1163739#M11865</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-06-12T07:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help Removing Persistent Black Line in Custom Quote Template</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1163813#M11867</link>
      <description>&lt;P&gt;Always a pleasure&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":party_popper:"&gt;🎉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 09:30:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Help-Removing-Persistent-Black-Line-in-Custom-Quote-Template/m-p/1163813#M11867</guid>
      <dc:creator>elizheleva</dc:creator>
      <dc:date>2025-06-12T09:30:27Z</dc:date>
    </item>
  </channel>
</rss>

