Lead Capture Tools

Genn_Alas
参加者

How do you change the styling of a pop up form?

解決

I'm building off what someone posted before because it doesn't look like it's received any responses recently.  I'm having some difficulty figuring out how to change the styling of a pop-up form that appears on my HubSpot pages. 

 

When I created the form, the font looks to be Arial but then when it goes live it looks like Times New Roman. How can I change the font? I would prefer it to show up as neither and use our corporate branding of Muli.

0 いいね!
1件の承認済みベストアンサー
DanielSanchez
解決策
キーアドバイザー | Platinum Partner
キーアドバイザー | Platinum Partner

How do you change the styling of a pop up form?

解決

Hi @Genn_Alas ,

 

Add this code in yout css file:

.leadinModal-content {
    font-family: Muli,sans-serif;
}

 

Look this print:

code.PNG 

Did this post help solve your problem? If so, please mark it as a solution.

Best regards! 🙂

元の投稿で解決策を見る

6件の返信
DanielSanchez
キーアドバイザー | Platinum Partner
キーアドバイザー | Platinum Partner

How do you change the styling of a pop up form?

解決

Hi @Genn_Alas , Yes, we can change the CSS to change a font or other styling. You can send me a link to your page that I return with the CSS to be changed / inserted in your file?

 

🙂

 

 

 

 

0 いいね!
Genn_Alas
参加者

How do you change the styling of a pop up form?

解決

Hi @DanielSanchez,

 

This is awesome news! Here is the link - please let me know if you need anything else from me. https://blog.qotient.com/blog 

0 いいね!
DanielSanchez
解決策
キーアドバイザー | Platinum Partner
キーアドバイザー | Platinum Partner

How do you change the styling of a pop up form?

解決

Hi @Genn_Alas ,

 

Add this code in yout css file:

.leadinModal-content {
    font-family: Muli,sans-serif;
}

 

Look this print:

code.PNG 

Did this post help solve your problem? If so, please mark it as a solution.

Best regards! 🙂

sriharsha
参加者

How do you change the styling of a pop up form?

解決

Hi Daniel,

Currently we are having Non hubspot URL and trying to use non hubspot form of dropdown banner (Hubspot tracking is enabled on the site) . But not able to change the fontstyle in callout section.

Can you pleas help on it. Will the above code works for nonhubspot URL?

Ben_M
キーアドバイザー

How do you change the styling of a pop up form?

解決

Unfortunately Hubspot popup forms are not highly customizable. But I have not seen where a font changes to something else online. Can you post a screenshot of the font family you are selecting and a link to a page to see a test where the font is different?

0 いいね!
Genn_Alas
参加者

How do you change the styling of a pop up form?

解決

Hi @Ben_M

 

When talking with someone from HubSpot Support, she said I might be able to change the CSS and told me to contact the person who designed our website. Unfortunately, that was pre-my time with my company, and we've lost contact and the person who was in communication with the firm. 

 

With pop-ups, you can't select a font, so I would assume it's just the generic. However, you can see from the photo below that the ones you see when editing the pop-up and the one that shows up on your page when published are not the same.

 

Font showed in editingFont showed in editing.                   Font which shows when publishedFont which shows when published

 

What's the best way to accomplish this? Should I add a custom class to the style sheet that is applied to the pages where the pop-up form appears?

 

On an older blog @naddy23nair responded with, "Please provide the browser URL of the Landing page so I can send you the CSS code to update the button." but I'm not sure if this fixed the other users' issue.