I've set the fonts in my whole page to match the fonts I had in my previous theme.
The only problem I see is that the lists <li> are set with a different font size and font line height. I can't change them in the "Typography" page. Again, maybe it's obvious but could you please direct me to the setting to adjust to have this font aligned with the rest of the content?
me again... :)
I've set the fonts in my whole page to match the fonts I had in my previous theme.
The only problem I see is that the lists <li> are set with a different font size and font line height. I can't change them in the "Typography" page. Again, maybe it's obvious but could you please direct me to the setting to adjust to have this font aligned with the rest of the content?
Thx in advance
Luis
Page url: https://staging.librosparaemprendedores.net/podcast/100-despertando-al-gigante-interior-parte-2/
Hi Luis,
Please try this,
Go to wp-admin>theme options>custom css/js
And add this to code:
.entry {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
Thanks,
Alexandre from the Sonaar.io Crew
Lovely. That did the trick. Thx!!
You are welcome
Thanks,
Alexandre from the Sonaar.io Crew