<?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: CSS Not updating in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1223196#M44513</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1011063"&gt;@alee303&lt;/a&gt;&amp;nbsp;, nope - it's not to do with caching.&amp;nbsp; I had to find the relevant part of the theme itself to modify, rather than the readily editable CSS.&amp;nbsp; It seems very messed up to me though!&lt;/P&gt;</description>
    <pubDate>Wed, 12 Nov 2025 22:56:28 GMT</pubDate>
    <dc:creator>Jopitts</dc:creator>
    <dc:date>2025-11-12T22:56:28Z</dc:date>
    <item>
      <title>CSS Not updating</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1223105#M44511</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;I've got a slightly odd situation.&amp;nbsp; In my design manager I can find this file:fwds_styles--mobile.css.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the website I can see this file is being used:template_fwds_styles--mobile.min.css&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything I've read says that HubSpot isn't renaming the file automatically, however how can I change the css when the filenames don't align?&amp;nbsp; I've made an edit, published it, but nothing has changed on the front end (which I'm not 100% suprised at given the different file names)&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 18:47:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1223105#M44511</guid>
      <dc:creator>Jopitts</dc:creator>
      <dc:date>2025-11-12T18:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Not updating</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1223158#M44512</link>
      <description>&lt;P&gt;Hey Jopitts!&lt;BR /&gt;&lt;BR /&gt;Have you tried clearing the cache? this might be related to browser caching or server-side cache.&lt;BR /&gt;I did some research prior and found another discussion that may be similar to your issue &lt;A href="https://community.hubspot.com/t5/CMS-Development/minified-main-css-doesn-t-update/m-p/577494" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Moderator note: While this solution may not address the original poster’s specific situation, it could be helpful for other community members facing similar challenges.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 12:32:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1223158#M44512</guid>
      <dc:creator>alee303</dc:creator>
      <dc:date>2025-11-17T12:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Not updating</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1223196#M44513</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1011063"&gt;@alee303&lt;/a&gt;&amp;nbsp;, nope - it's not to do with caching.&amp;nbsp; I had to find the relevant part of the theme itself to modify, rather than the readily editable CSS.&amp;nbsp; It seems very messed up to me though!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 22:56:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1223196#M44513</guid>
      <dc:creator>Jopitts</dc:creator>
      <dc:date>2025-11-12T22:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Not updating</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1223272#M44514</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/5891"&gt;@Jopitts&lt;/a&gt;&amp;nbsp;!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If possible are there any screenshots, error messages, or further details you can provide? is this a custom theme you're working with? and have you tried a hard refresh on the page?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If the concern is why the file is called&amp;nbsp;&lt;SPAN&gt;fwds_styles--mobile.css&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;in your design manager, and&amp;nbsp;template_fwds_styles--mobile.min.css in the browser.&lt;BR /&gt;&lt;BR /&gt;This might be related to the design manager, the design manager (to my limited knowledge &lt;A href="https://knowledge.hubspot.com/design-manager/create-edit-and-attach-css-files-to-style-your-site" target="_blank" rel="noopener"&gt;here&lt;/A&gt;) automatically compiles and minifies the css files for your web page after publishing changes, I am unsure if the template is auto generated with the minfied file name using "template_" as a possible asset link or not during this step, but it may be something to look into.&lt;BR /&gt;&lt;BR /&gt;You can find more details on the minification process&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/cms/best-practices/testing-staging-performance/overview#javascript-and-css-minification" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Moderator note: While this solution may not address the original poster’s specific situation, it could be helpful for other community members facing similar challenges.&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 12:33:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1223272#M44514</guid>
      <dc:creator>alee303</dc:creator>
      <dc:date>2025-11-17T12:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Not updating</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1223311#M44515</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/5891"&gt;@Jopitts&lt;/a&gt;, maybe it has to do with the path? Have you tried selecting the CSS file in the design manager and clicking the "Copy path" or "Copy public URL"?&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Moderator note: While this solution may not address the original poster’s specific situation, it could be helpful for other community members facing similar challenges.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 12:34:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1223311#M44515</guid>
      <dc:creator>Christensen</dc:creator>
      <dc:date>2025-11-17T12:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Not updating</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1223352#M44516</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/5891"&gt;@Jopitts&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;CSS caching issues in HubSpot's Design Manager can be frustrating! Here's what usually works:&lt;/P&gt;
&lt;P&gt;Troubleshooting Steps:&lt;BR /&gt;1. Clear HubSpot's cache: Try appending ?hs_preview=true to your page URL&lt;BR /&gt;2. Hard refresh: Use Cmd+Shift+R (Mac) or Ctrl+Shift+R (Windows) in your browser&lt;BR /&gt;3. Check the file path: Ensure the CSS file being referenced matches exactly what's in your template&lt;BR /&gt;4. Verify publish status: Sometimes the file shows in Design Manager but isn't fully published&lt;BR /&gt;5. Check for CSS syntax errors: A single error can prevent the entire stylesheet from loading&lt;/P&gt;
&lt;P&gt;If you're seeing template_fwds_styles--mobile.min.css being used instead of your intended file, there might be a template inheritance or caching issue at the HubSpot CDN level.&lt;/P&gt;
&lt;P&gt;I specialize in HubSpot CMS troubleshooting and can help you resolve this quickly if you're still stuck.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Amjad Iqbal&lt;BR /&gt;HubSpot Certified Specialist&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 11:41:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1223352#M44516</guid>
      <dc:creator>amjadkhatri</dc:creator>
      <dc:date>2025-11-13T11:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Not updating</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1224579#M44546</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/5891"&gt;@Jopitts&lt;/a&gt;&lt;/SPAN&gt;, just checking in to see if you still need a hand with this!&lt;BR /&gt;&lt;BR /&gt;If so, feel free to share a few more details or screenshots (just be sure to keep any sensitive information private), and our Community will be even better equipped to help out.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much, and wishing you a wonderful day!&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 12:37:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CSS-Not-updating/m-p/1224579#M44546</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-11-17T12:37:16Z</dc:date>
    </item>
  </channel>
</rss>

