In our Verkoapp Demo ( http://dahz.daffyhazan.com/verkoapp/ ) , you will be noticed there is a dot navigation on the right area, sometimes, you may want to remove it.
You can add following code into Verko > Customizer > Custom CSS to hide it.
.anchor-bullet-container { display: none; }