2. How can I change the font sizes of S, M, L, and XL in the Editor section of the Post section without manually entering them? For example, if I press the letter "L" without manually changing it, the font size will automatically change to 24. How can I also change their font family?
Hi,
How can I change the color of the quote field?
Best Regards.
Hi,
1. How can I change the color of the quote field?
2. How can I change the font sizes of S, M, L, and XL in the Editor section of the Post section without manually entering them? For example, if I press the letter "L" without manually changing it, the font size will automatically change to 24. How can I also change their font family?
Best Regards.
Attached files: image.jpg
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.post-entry .wp-block-quote, .woocommerce .page-description .wp-block-quote, .wpb_text_column .wp-block-quote { border-left-color: #333; }Please replace #333 with your preferred custom color code. You can find the color code on this page: https://htmlcolorcodes.com/
Regards,
PenciDesign.