HI There,
Thanks for writing in!
look like the content is coming from third-party plugins. not sure exactly which plugins you are using for the shop page.
Please check the plugin settings for the font and layout. You can take help from that plugin author.
For the sidebar and comment text, please add this CSS to your Theme Option -> CSS and let us know if that helps.
.widget_categories ul>li, .widget_product_categories ul>li, .widget_nav_menu ul>li, .widget_pages ul>li {
font-size: 18px !important; /* you can adjust the value*/
}
.comment-form font {
font-size: 18px !important; /* you can adjust the value*/
}
Hope this helps!