Hi @ashleymmsg,
Try to add the following code to your Additional CSS with your desired size:
.textwidget.custom-html-widget p{
font-size: 10px !important;
}
Thread Starter
Ashley
(@ashleymmsg)
Hi @betydbr ,
Thanks for your help. That CSS only works if I have it in there twice like this:
.textwidget.custom-html-widget p{
font-size: 1em !important;
}
.textwidget.custom-html-widget p{
font-size: .75em !important;
}
It won’t register the CSS otherwise.
I’m glad that you found something that works for you.