change font size with additional css
-
hello everyone, I’m making a page with twenty twenty-two, I want to adapt many things depending on whether it’s a mobile or large screen.
I use additional css, but when I try to change the font size it doesn’t work, if I inspect I see that the rule is crossed out.
The value of font-size is inherited from body`
body { background-color: var(--wp--preset--color--background); color: var(--wp--preset--color--foreground); font-family: var(--wp--preset--font-family--system-font); font-size: var(--wp--preset--font-size--medium); line-height: var(--wp--custom--typography--line-height--normal); --wp--style--block-gap: 1.5rem;I use additional css, but when I try to change the font size it doesn’t work, if I inspect I see that the rule is crossed out.
I have added a class “Parrafo_tiendas”.
This is the HTML code
<p class=”Parrafo_tiendas has-background-color has-cyan-bluish-gray-background-color has-text-color has-background”>Nuestro centro de Balmaseda, está ubicado junto al casco histórico, con zonas de aparcamiento cercanos.</p>
Thanks
The topic ‘change font size with additional css’ is closed to new replies.