We have a customer that uses the HubSpot CMS for their website. When they create a new CTA, they would have to apply the styling each time over, and it never matches the website or the previous created CTA.
Now I understand that these new CTA read more
Hello @LvanAggelen ! If you're working with CTA styling in HubSpot, it's important to note the key differences between the legacy CTAs and the new ...read more
Hello, very new to hubspot CMS development. I've opted to use the cms-react version to develop out some custom landing pages. The setup for local development was pretty easy but figuring out some stuff as I go to make the development experience bett read more
Hi @DCG_Danny and welcome, we are delighted to have you here! 🤗 Thanks for asking the HubSpot Community! First, I'd like to share some resou...read more
I am not able to override the original CSS in the "standard form editor". It's not a legacy form. Below is the form code, <script src=" https://js.hsforms.net/forms/embed/502973.js " defer></script> <div class="hs-form-frame" read more
When I create custom modules, I often need similar code, and I found myself writing the same stuff over and over. So I created a little snippet I use to start a new module. I just copy and paste it into the HTML section of a custom module and make a read more
Hello everyone, I am trying to add a stylesheet to my section and template. I created a new css+Hubl file in ProjectFolder > CSS > Sections/Templates I pick the same name that my Section/Template has starting with an underscore for the CSS fi read more
I am building the website in Hubspot. There is no option to add my css file. I have create another website where custom css file option is there in Hubspot dasboard -> Setting -> advanced. But for the currernt website there is no option to add read more
Hey @Systemdesign ,
thanks for sharing the link.
Since you're using a Marketplace theme, you can't access/modify the individual files until you...read more
Hi, everyone! I need to remove 'unsafe-inline' from the Content Security Policy (CSP) and enable Nonce. Right now, I’m searching for all inline scripts inside my templates and modules. While doing this, I discovered that when I import my CSS files read more
When adding a margin style to my custom module, the margin is also being added to the module wrapper. Why? What is happening here? fields.json {
"id": "module.styles.margin",
"label": "Margin",
"name": "margin",
"type": "group read more
Hey, @ajatnb 👋 Have you already ruled out something like this?
// Change from:
"id": "module.styles.margin",
"name": "margin",
// To:
"id": ...read more
`scope_css` doesnt seem to be up to date with modern css properties. I am trying to use it with in a module and anything with :where or :has doenst seem to allow scope_css to function. The code that is causing the issue read more
I am taking the CMS for Developers course and he is referencing a layouts.css file that has the template for the drag and drop layout, but I am unable to find it in my boilerplate. I am sure it is a complete download, but I know that it is regularly read more
Hi all, It's my first post, I hope to put it in the right place. I coded a new template for quotes, in A4 landscape, everything is good in html render even when printing in pdf from browser. My issue is when using the download button wid read more
Here are some screens to give some context: the main page and extra page are in landscape mode. It seems there is no wide text. I'll try setting wi...read more
All of a sudden our nav and multiple theme modules aren't working. We only have one custom module and I removed it but that didn't help. I've checked the child theme's CSS but no issues. We haven't touched the backend in months so I'm a bit baffled. read more
Wanted to first say thanks for everyone that responded. I like both of the responses above the problem is the are modules in the theme so I can't mak...read more