Reduce copy size in Voyager theme

Hi,
I would need some help to reduce the text size in a Voyager theme page.
Even at 50% the copy still looks pretty big to me, especially on smartphones… And I can’t choose any smaller size.
Anybody could suggest a CSS line to do that ?
Thanks !
M

Best to provide a URL to at least a test page when you’re asking for CSS help.

Hi,
Thanks for your quick answer.
Sorry for the lacking info !
URL is : https://fr.jubilantabstraction.com/
Grateful for your support.
M.

PastedGraphic-1 - copie.jpg

Took a quick look at the page.

Looks like you are using a text stack(that’s Styled Text), and you are setting the font size and font family manually. Selecting the text and styling it makes it almost impossible to change with CSS.

Here is some text from your site:

Here. is the warning on the stacks4 text stack:
2020-11-24_07-00-12

You could try something like this, but I can’t say for sure that every bit of thext on every page is contained within a <span> tag.

span {
    font-size: 16px!important;
}

Therefore, I don’t care for “styled text”, and would recommend you use Markdown.

Thank you, I will check with Markdown, I never used it before.
Take care.
M.

ENVOYÉ PAR PIGEON VIRTUEL.

-------- Message d’origine --------

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.