Tagged: blockquote, font size
Hello there
I’m struggling a bit with block quote font size. I attach two images:
Number 1: from my own site stegemueller.dk.
Here I have done nothing but selecting the font size to 11 and the Line Height to default.
Number 2: from another site: letsupport.dk:
Font Size is 8 and Line Height is default.
I found some code on this site, which I put under quick CSS:
blockquote, blockquote p {
font-size: 8px;
}
That does not work.
My goal is to have letsupport.dk have the same font size as stegemueller.dk
Do you have any suggestions?
Best regards,
Hanne
I realize I can’t attach images, therefore you get two links
Hey Stegemueller,
I checked your code on stegemueller.dk and the font size of the blockquotes is set to 10pt. You can use this css code on letsupport.dk to change the font size to 10pt (i.e. add it to the quick css field):
#top #wrap_all blockquote, #top #wrap_all blockquote p {
font-size: 10pt;
}
Best regards,
Peter
Hi Peter
Thanks for your kind and fast reply.
I added your code to https://letsupport.dk/ but I can’t ee any changes. The letters are still bigger than on ie. https://stegemueller.dk/#toggle-id-5
Is it possible possible you can look at this is issue?
Best regards,
Hanne B.. Stemüller,
Denmark
Hi,
You have this code on the Quick CSS field.
blockquote p {
font-size: 14px !important;
}
Please adjust it.
Best regards,
Ismael
Hi Ismael
Sorry and thank you.
Have a nice day.
Best regards,