• Lukas Piotrowski
    November 18, 2016 at 1:04 am #3103

    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
    November 18, 2016 at 11:32 am #3121

    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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Start typing and press Enter to search