Hi, you can achieve this by adding some css code.
You go to simplux => appearance => theme settings => custom css ( field) => you add this code .
#titlo a, #titlo-featured a { font-size: 14px}
...
Hi, you can achieve this by adding some css code.
You go to simplux => appearance => theme settings => custom css ( field) => you add this code .
#titlo a, #titlo-featured a { font-size: 14px}
...
Hi, Unfortunately, there is no css hack to hide the counter. so you'll need to do some custom mods to remove it.
Open simplux/includes/sidebar-nav.php, find this code:
['. $term->count .']
...