Lukas Piotrowski
Hello All,
I would like to ask whether it is possible to title tab was bold when it is activated while the card inactive had the title without bold.
SPARK Support
Hi Lukas,
Yes, you can modify the CSS for the Tab control. If you want to modify the look for just one Coach, drop in a Custom HTML control and use:
<style>
.spark-ui .nav-tabs>li.active>a, .spark-ui .nav-tabs>li.active>a:focus, .spark-ui .nav-tabs>li.active>a:hover {
font-weight: bold;
}
</style>
Regards,
Stephen P.