Adjust specific font size

Hello dear X-Theme team,
there is a Font Version, which appears little small.
I don’t know where i can adjust the size.
I have this font problem also on the sidebar and the comment area.
It might be a specific link find size, but i can’t find where i can manage the fonts.

Thanks for help.
Best regards Dirk

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!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.