Showing 1 – 1 of 1 replies
webmagics

Your template is really awesome, is it […]

webmagics
3 years ago
Hi, Your template is really awesome, is it possible to make font size bigger then existing in 100% browsre zoom ? we are facing problem to read text. Let me know, Thank you
askaralimkndr@gmail.com
SeanTheme
SeanTheme SELLER
3 years ago
Hi Webmagics,

You may set your own css to override the current css font size setting

E.g

<style type="text/css">
body,
.sidebar .nav > li > a,
.sidebar .nav>li.has-sub>.sub-menu {
font-size: 13px;
}
</style>

Best Regards,
Sean.