CMS Development

Filter by
  • All labels
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • wordpress
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • No Replies Yet
icheshire on June 08, 2023
I wanted to preload my main.css file, so I put a <link rel="preload"> early in the <head> and the call to the CSS file later. Both use get_asset_url. The preload one returns a hubspot CDN link, but the actual link to the CSS file returns read more
0 upvote
4 Replies
Participant
June 09, 2023 22:27
Thanks! It doesn't seem to have worked for my purpose unfortunately
sam_sottosanto on June 06, 2023
Hi, I was wondering if anyone had any insight on where I needed to go or which .css or .html files I needed to find in order to fix my navigation hamburger menu. After changing some fonts and colors for our website design, I somehow lost the n read more
0 upvote
4 Replies
Key Advisor | Gold Partner
June 07, 2023 18:55
Nice work Sam, Remember, when each of the modules loads CSS they all count as a file load and will slow down your page. Once I've finishe...read more
Solved
alvarofranz on May 26, 2023
The Hubspot CMS boilerplate theme uses a theme-overrrides.css file which redefines properties that can be edited via the theme settings. But it confuses me to have different properties for the same element in different files, I don't see read more
1 upvote
4 Replies
Accepted Solution
Key Advisor | Elite Partner
May 26, 2023 09:11
No, you do not have to set up your theme in exactly the same way as the boilerplate is. It's just a guideline. Having this separate file can be usefu...read more
sarthaksaxenas on May 23, 2023
Dear HubSpot Community, I hope this message finds you well. I am writing to seek your expert advice on optimizing the visual appeal of our AMP (Accelerated Mobile Pages) blog pages within HubSpot. Our primary objective is to achieve faster loa read more
Community Manager
May 24, 2023 12:54
Hi, @sarthaksaxenas 👋 Welcome to our community. Thanks for your detailed question. I have a few questions to help our community better unde...read more
JAlberto on May 11, 2023
Hello Fellow Hubspot Users, Is anyone here experienced editing the Quote via Coded Template? I noticed it does not display the Total Contract Value so it causes confusion. What I mean is that when you input your items from the Product Library, read more
Member
May 11, 2023 20:59
Hi @Jaycee_Lewis , The default is, it will just display the Product and its price. So, If I have a product that costs $25 and I am ordering a Qu...read more
Solved
HeatherThompson on May 02, 2023
Hi, I'm using drag and drop emails and have one tiny thing I need to tweak in an HTML module. Unfortunately, I'm not having luck finding the answer on StackOverflow. I want an image to not display when the browser is below a certain width. I read more
0 upvote
3 Replies
Accepted Solution
Key Advisor | Elite Partner
May 03, 2023 17:07
@HeatherThompson Media queries cannot be inlined and gmail wipes out any <style> blocks that aren't in the <head>. So, unfortantely, re...read more
ASingh12 on May 02, 2023
The navigation menu's CSS is loading slowly, causing it to align vertically for a few seconds. I also checked the network requests and found that "main.min.css" is loaded after a few seconds. How to solve this issue? Please check this video link read more
0 upvote
3 Replies
Member | Platinum Partner
May 09, 2023 08:03
Hey @Jaycee_Lewis Please check below link. You will see navigation menu issue when page loading. In navigation has 3 items(Home, Blog and contact ...read more
Solved
Matthias_harms on May 01, 2023
Hi, I didn't find any documentation for this. For some color-based calculations in CSS is it essential to have the color as a HSL value. In the HubL docs, I only find https://developers.hubspot.com/docs/cms/hubl/filters#convert-rgb . How do read more
0 upvote
2 Replies
Accepted Solution
Key Advisor
May 02, 2023 06:58
Hi @Matthias_harms , here's a macro for this: <!-- templateType: "page" isAvailableForNewContent: false --> {% macro RGBToHSL(r, g,...read more
Solved
MNick2 on April 05, 2023
Was curious how people manage developing templates and themes locally and because we have to use something like "get_asset_url" for everything (css/images etc). I find myself not using that until I'm done developing so I can preview my stuff locally read more
1 upvote
3 Replies
Accepted Solution
Recognized Expert | Diamond Partner
April 17, 2023 06:34
Hey @MNick2 , most times I don't use "get_asset_url" while developing modules/templates. My personal approach is: creating a single CSS file...read more
Solved
evargas on April 05, 2023
I made a card module, but when it comes to center the module on a page, the CMS editor does not have a option for horizontal aligment. Perhaps the only way to fix this is by adding a wrapper to my module and add the options for the user to horizont read more
Accepted Solution
Guide | Elite Partner
April 06, 2023 02:57
Hi @evargas , Good point you have. You can make a request at HubSpot Ideas . It they build in a option to set the margin to auto instead of 0...read more
spotquotecoder on April 05, 2023
Hello, I started with the quote development today. Therefore I checked out the Hubspot files (like recommended here: https://developers.hubspot.de/docs/cms/guides/getting-started-from-the-cms-quotes-theme ) and tried to edit the quotes. I just tri read more
0 upvote
1 Reply
Community Manager
April 07, 2023 19:01
Hey, @spotquotecoder . This one will be tough for the community to diagnose without seeing it in action. And that may not be possible in this case. ...read more
Solved
vorellana814 on March 26, 2023
Hey guys, I'm trying to create a sticky navigation with a hello bar on top. I want the hello bar to be out of view once you scroll and keep the navigation menu to the top. I did top: -32px so that the hello bar can be out of view. I tried it out in read more
0 upvote
2 Replies
Accepted Solution
Top Contributor
March 27, 2023 08:41
Use this following css it will be work .nav-1 { position: fixed; top: 0; width: 100%; z-index: 9999; }
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?

Create a post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.