I’m quite advanced in my project and now I have doubts about how to do some things, I don’t understand the level of complexity and much less where to start.
I wanted to be able to position a locator on the map instead of a box (like the one I used in the image below, for example) that would have the same effect as someone clicking on the box.
Does anyone know how I could do this?
You can customize how the button looks by playing with it’s css class. If I remember correctly the class is .viewport-button. So in the main.css, just add the css class
.viewport-button {
// Create the effect you want, like rounded corners.
border-radius: 50% 50% 50% 50%;
}
1 Like
Hello, thank you very much for trying to help me! 
I couldn’t get this to work. Could you explain the logic step by step, with a template so I can modify the information to fit my project and test it?
Also, another question: is there a way to make the box round and, in addition to being round, have no text? And if I want the box to be replaced by an icon image, is that possible? Is it possible through CSS as well?
Sorry for the inconvenience, this is something that is way beyond my scope, I’m trying to keep up with the pace with narrat and I appreciate any help. 