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.
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
Thanks!