Cursor pointer in links

hi, i am new with bootstrap studio, i have a problem, i create 3 website, but all links have the arrow default cursor, does not have pointer cursor like hand, its confusing know when a text its a link.

In the program workspace, you will not see the cursor change from an arrow to a pointer when you mouse over a link, but when you preview the website in a browser, you should see the change.

The standard CSS property that controls this behavior for links is cursor: pointer;, which browsers apply automatically to all anchor (<a>) elements.

Unless you have custom CSS in your site that is overriding this, your links should work correctly. Post your website if you need more help.