Archived topic
Editing bquote css for Marketer subtheme
3 replies · Started by Ivan on February 22, 2021
Hello!
Please help me to edit bquote font size - I want to use 1em, not 1.2em font - for the Marketer sub theme.
I changed ALL css files that could find at assets/ccs:
all.min.css
main-rtl-min.css
main.min.css
mobile-min.css
style.min.css
But NO result - anyway bquote font is 1.2em :(
Hi there,
first off - DO NOT make any changes to the theme Style sheets - those will be lost when the theme is updated.
If you want o set a specific font size for the blockquote then simply add this CSS to your site
blockquote {
font-size: 1em;
}
How to add CSS: https://docs.generatepress.com/article/adding-css/
Thank you!
You're welcome