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

[Solved] Remove the step number

3 Posts
2 Users
0 Likes
333 Views
Posts: 9
Customer
Topic starter
(@jess)
Active Member
Joined: 1 year ago

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.

2 Replies
Posts: 94
(@admin)
Member
Joined: 3 years ago

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

Reply
Posts: 9
Customer
Topic starter
(@jess)
Active Member
Joined: 1 year ago

Thanks!

Reply
Share:
Top chevron-right-circle linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram