Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1016245

    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

    #1016325

    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

    #1016448

    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

    #1016458

    Hi,

    You have this code on the Quick CSS field.

    blockquote p {
        font-size: 14px !important;
    }

    Please adjust it.

    Best regards,
    Ismael

    #1016477

    Hi Ismael

    Sorry and thank you.
    Have a nice day.

    Best regards,

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blockquote font size’ is closed to new replies.