Hi there!
For some reason, some of the fonts on our site became extremely small and unreadable. Does anyone know which setting we should watch out for to resolve this?
Thank you so much!
Would anyone know a workaround/code to resize the font size of our excerpt?
I found this code, but it doesn't seem to be working
.summary-excerpt p {
font-size: 18px !important;
}
Hi @Ziggy
website url is veritasai.com
I've actually found a code that works, but would also like to get your opinion on it!
p {
margin-top: -30px ;
margin-bottom: -30px ;
}
Happy to hear your thoughts!