Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 392 Bytes

CSS_customization.md

File metadata and controls

24 lines (17 loc) · 392 Bytes
title
CSS customization

CSS customization

Configure your widget with data-tb-prefix:

<div
  data-tb='event-tickets'
  data-tb-prefix='xyz'>...</div>

The output html will use this prefix for classnames:

<!-- instead of .tb-title -->
<div class='xyz-title'>VIP ticket</div>
<div class='xyz-price'>$250</div>

You'll then be able to style it yourself.