Plugins Intro Tour Tutorial Support Remove the step number ...
Notifications
Clear all

[Solved] Remove the step number

3 Posts
2 Users
0 Likes
431 Views
(@jess)
Posts: 10
Active Member Customer
Topic starter
 

Hi. Im creating a 1 step guide only, so don't really need the step no. "1". Can you teach me how to remove the step number please.

 
Posted : 15/03/2022 11:30 pm
(@admin)
Posts: 103
Member Admin
 

Hello,

You can disable step numbers globally in Plugin General Options - see attached picture.

If you need it just for one specific tour though, there is not an option for it yet. However you can still do it by adding css code:

#dpintro-wrapper-<tour-id> .dpintro-tooltip-number{
    display:none;
}

Eg. for tour with id 3386 it will be

#dpintro-wrapper-3886 .dpintro-tooltip-number{
    display:none;
}

Have a nice day

Tomas

 
Posted : 16/03/2022 12:55 pm
(@jess)
Posts: 10
Active Member Customer
Topic starter
 

Thanks!

 
Posted : 16/03/2022 4:40 pm
Share:
Top chevron-right-circle linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram