Hi
How to style font on mobile? I need to add bigger font, but im not able to find the right class
Thank you
Hi,
Do you refer to the Blockquote element?
If yes, you can do it in the Style tab of this element.
Best regards
I do not use element. im using classic html tag.
how to change the style?
Then, you must use a custom CSS code with media queries.
If you attach a link to your website and tell where this element is placed I can help you to write such CSS.
for example you can find some blockquotes. Please send me code for mobile.. it should have bigger font size
Use the following CSS code:
@media only screen and (max-width:767px){ .column_attr blockquote{ font-size: 20px; } }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thank you, it works
Comments
Hi,
Do you refer to the Blockquote element?
If yes, you can do it in the Style tab of this element.
Best regards
I do not use element. im using classic html tag.
how to change the style?
Then, you must use a custom CSS code with media queries.
If you attach a link to your website and tell where this element is placed I can help you to write such CSS.
Best regards
for example you can find some blockquotes. Please send me code for mobile.. it should have bigger font size
Use the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Thank you, it works