Changing GDPR div.hs.richtext font size

SPHolmes
Membre

Hi folks, i know the GDPR font size issue has been covered before but I can't find a solution in the community to the .hs-richtext. Whatever i try in the stylesheet, I can't get it to change the font size on my form.

 

This is what the form loks like:

Screenshot 2020-12-08 at 09.31.56.png

And this is what i've currently got in my stylesheet:

Screenshot 2020-12-08 at 09.28.05.png

 

I'm neither a designer or a developer, so if you could keep your answers simple that would be great. 😀

1 Solution acceptée
piersg
Solution
Conseiller clé

I think it's being added in the settings for the page itself.  This style is added when you customise the style of a module inside the content editor.

piersg_0-1607521056668.png

 

Voir la solution dans l'envoi d'origine

15 Réponses 15
dreweastmead
Contributeur

 

Doesn't work:

.legal-consent-container {
    line-height: 10px !important;
}

.hs-richtext {
    line-height: 10px !important;
}

 

 

Tried the above and about 20 different combinations of everything suggested on this thread + https://community.hubspot.com/t5/CMS-Development/Need-help-formatting-GDPR-text-at-bottom-of-forms/t... + https://community.hubspot.com/t5/GDPR/GDPR-change-font-size-of-Privacy-text/m-p/525172 

.... and nothing works. I just want to reduce the line height.

0 Votes
piersg
Conseiller clé

@dreweastmead In your case you need to target the paragraph child element of .legal-consent-container specifically

 

.legal-consent-container p {
    line-height: 10px;
}

 

dreweastmead
Contributeur

Hi @piersg - thank you for trying to help me. Unfortunately, that didn't work either.

piersg
Solution
Conseiller clé

I think it's being added in the settings for the page itself.  This style is added when you customise the style of a module inside the content editor.

piersg_0-1607521056668.png

 

piersg
Conseiller clé

No worries. You just need to delete this CSS rule:

#hs_cos_wrapper_module_14128851332208862 .form-title {
    font-size: 10px !important;
}

 

SPHolmes
Membre

There's no sign of that rule in the CSS file. 🙁

0 Votes
SPHolmes
Membre

Sorry, I actually deleted the form header because it looked too small due to this problem. I've added it back in on this version: http://arquella.hubspotpagebuilder.com/worlds-first-smart-nurse-call-system-arquella?hs_preview=Ueud... 

0 Votes
piersg
Conseiller clé

That's the one. I'm not sure what you mean by "form header text", there's no heading or title in the form (unless you mean the field labels?). Can you add a screenshot of the form with the form header text labelled in some way, or tell me what the form header text says, so I know what to look at?

0 Votes
piersg
Conseiller clé

No, that's a link to your hubspot portal/platform. You can get a shareable preview link by clicking the "Copy shareable link" button top right after clicking "Preview" while editing page

0 Votes
piersg
Conseiller clé

Can you link the page this form is on please? It'll be easier when I can inspect the form and see what stylings are applied where.

0 Votes
SPHolmes
Membre
piersg
Conseiller clé

Hi @SPHolmes, this one rule for legal-consent-container should do it. You don't need rules for .legal-consent-container p and .hs-richtext p so replace those two with the below:

.legal-consent-container {
    font-size: 10px;
}
SPHolmes
Membre

Thank you. I've implemented something similar and it has reduced all of the text but it has also reduced the form header text size. Now, whenever I change the header text size it allos changes the size of the bottom half of the GDPR text.

 

Steve

JessicaH
Ancien salarié HubSpot
Ancien salarié HubSpot

Hi @SPHolmes,


Thanks for reaching out.
I want to tag in some subject matter experts to see if they have any suggestions.
Hi @Anton @piersg @Chris-M, do you have any thoughts on this?

Thanks!
Jess  


Wusstest du, dass es auch eine DACH-Community gibt?
Nimm an regionalen Unterhaltungen teil, in dem du deine Spracheinstellungen änderst !


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !