Changing the font size in a richt text block in the footer of DAWN

my theme is Dawn … and I can’t seem to find a solution to change the font size of two rich text fields I entered into the footer section,

please help !

boost

@booster66 ,

Please share the store URL and screenshot ?

my store is still in the making and not online yet .. but here’s how that looks .. the font size of the links section in the middle is adjustable I have found … but the two rich text fields left and right .. Iw ould like to adjust those too .. and make them some smaller. THX !!!

Good day.

Maybe the problem in style css?

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Please add below css code in bottom of assets/base.css file

.footer-block__details-content p {
font-size: 13px;

}
Thank you.

amazing !! thank you so much !!