Quotes - change font size

Hi!

Where in the CSS file can I change the font size that becomes when I use the quotes tag?
Think the font size is a little too big when it comes to quotes.

Thanks!

Hey there

May I take a look? please always include a link to the website in the ticket and I will check it for you :slight_smile:

Hi!

Here is a link to a page. Think the font for quotes is too big. Would like to change to a smaller size.
Can I change this in the CSS file?

Hi @WeMan

You may use this css code to change size of the font:

blockquote {
font-size: 15px;
} 

add this code in the appearance > customize > additonall css

Thanks for the help!
Your answer solved the problem. :slight_smile:

Nice to hear that :slight_smile:

Have a great day