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
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
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
Hi, @sarthaksaxenas 👋 Welcome to our community. Thanks for your detailed question.
I have a few questions to help our community better unde...read more
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
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
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
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
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
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
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
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
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
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
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
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
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
I'm using a hubspot form on our website. I would like to remove the red asterisk on a required field from VS code. Is it possible? I've tried to edit the embed code on vs code by placing css=" " and cssClass. But they don't work. I also tried d read more
Hi Anton. Thank you for quick response. It doesn't work too 😞 I saw a solution as below link from hubspot. How to create a cssClass? Can I creat...read more
Hey, all -- I'm working on a page built by a coworker who is no longer at the company. The page is for an upcoming event, so it has a secondary nav bar where you can choose agenda, speakers, etc. The bar changes to a dropdown on mobile, but read more
@JNeukom switching to the dropdown on mobile is normal (better UX), and using the menu styling from the browser is expected - it's very difficult t...read more