Blockquote Icon Too Large

Home Forums Gillion Theme Blockquote Icon Too Large

Home Forums Gillion Theme Blockquote Icon Too Large

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Carrebear56
    Participant

    Hello how can I change the size of the blockquote icon? It is too large and appears over the rest of my text.

    Attachments:
    You must be logged in to view attached files.

    Hi @Carrebear56,

     

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

     

    We can change its size by developing custom CSS code.

     

    Could you please share the page URL from your site where it is displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    Carrebear56
    Participant

    Hello this is the URL where I am using the block quotes. If we can make them about 50% smaller, that would be great.

    https://boutiqueorbusted.com/6-reasons-to-visit-seven-magic-mountains/

    You can reduce its 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

     

    #page-container blockquote::before {
        font-size: 200px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)