hakimio / ngx-ui-tour

✈️ UI tour for Angular apps

Home Page:https://hakimio.github.io/ngx-ui-tour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bootstrap] Include step title in tour step template

rmoncler-ctl opened this issue · comments

Hi,

I installed ngx-ui-tour-ngx-bootstrap for testing it with an existing app.
I am currently testing the custom template part, but I met a problem I cannot seem to solve :

Obviously, this does not work with my version (using ngx-bootstrap, I guess this "mat-card-title" is related to the usage of Material Design).

Is there a way to customize the title part of the template when using ngx-ui-tour-ngx-bootstrap ? Or is it possible only for projects that use MD ?

Also, I'm currently using Angular 9 and ngx-ui-tour 7.0.2

When using NG Bootstrap and Ngx Bootstrap UI implementations, the title is part of the popover and can only be customized using CSS class h3.popover-header.
You have more freedom when using other UI implementations like "Angular Material", "Ionic" or "Taiga UI".
Next major release will include revamped Bootstrap default template and it will be possible to customize the title in custom template but the release is not coming anytime soon.

You can customize the title style in ngx-ui-tour-ng-bootstrap v13. Check out the release announcement.