Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello dear PTC community,
In my vuforia studio project, I found that the waypoints labels text is too big.
I need to change the waypoints labels, such as color,size etc.
Please advise how can I do it.
Thank you.
Solved! Go to Solution.
You can affect some appearance characteristics by setting styles for the "waypoint-label" class, something like this:
.waypoint-label { font-family: serif; color: green; }
Unfortunately, none of the sizing attributes seem to have any effect--or rather, increasing the font size increases the size of the white background, but not the text itself.
I don't know if there is a way to change wayfinder labels. I have always done this by creating my own 3D Labels in the same positions as corresponding waypoint, turn on the billboard option and change this Labels in CSS.
Thanks for the reply.
There is a more convenient way in the solution.
Hope you can enjoy it.
You can affect some appearance characteristics by setting styles for the "waypoint-label" class, something like this:
.waypoint-label { font-family: serif; color: green; }
Unfortunately, none of the sizing attributes seem to have any effect--or rather, increasing the font size increases the size of the white background, but not the text itself.
That's is what i need! I tried it and it worked.
Thank you so much!
Best Regards
You're welcome, I'm glad it worked for you!