Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #110004
    F
    Participant

    Hi Pratik,

    I’d like to change the font for the blockquote display, and also change it from indented to normal. How can I accomplish this, please?

    I’m working in a child theme of Helena Pro.

    Thank you.

    #110052
    Pratik
    Keymaster

    Hi @F,

    Use following code:

    
    blockquote {
        font-family: Arial;
        padding: 0;
    }
    

    Use your custom font in place of Arial.

    Regards,
    Pratik

    #110127
    F
    Participant

    Perfect, thanks Pratik.

    #110159
    Pratik
    Keymaster

    Hi @F,

    Glad it worked.

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change font and styling for blockquote’ is closed to new replies.