Change size of "quotes" in Blockquote

Home Forums Gillion Theme Change size of "quotes" in Blockquote

Home Forums Gillion Theme Change size of "quotes" in Blockquote

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • vinesofvirginia
    Participant

    Hello, Can you help me with changing the size of the “quotes” in the block quotes. I have tried to find an option in Yellow Pencil, but I am unable to locate where the size of the “quotes” can be changed.

     

    Thank you in advance.

    https://www.foodandwinechronicles.com

    Hi @vinesofvirginia,

     

    I hope you are well today and thank you for your question.

     

    Could you please share the specific page URL from your site where the blockquote is displaying so that I can help you to change its size?

     

    Best regards,
    Shufflehound team

    vinesofvirginia
    Participant

    https://www.foodandwinechronicles.com/michigan-wine/

    I have elected to use a different size font, therefore the “quotes” are to large

    Solution for this topic

    You can change the blockquote size by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #content blockquote::before {
        font-size: 250px;
    }

     

    If you want to reduce the padding of the blockquote then please also use the below CSS code.

     

    #content blockquote {
        padding: 15px;
    }

    vinesofvirginia
    Participant

    Thank you

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)