Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.

First time visiting? Here are some places to start:
  1. Looking for a certain topic? Check out the categories filter or use Search (upper right).
  2. Need support? Ask a question to our Community Support category.
  3. Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
  4. Be respectful, on topic and if you see a problem, Flag it.

If you would like to contact our Community Manager personally, feel free to send a private message or an email.

Hidden way to add labels to feature buttons

albjerrealbjerre Member Posts: 23 ✭✭✭
edited December 2023 in Using Onshape
I have looked for a way to modify the UI in Onshape to include labels for the feature buttons.
My plan was to add some custom style overrides using the Stylebot plugin for Chrome.

To my surprise Onshape already has labels for the buttons. They are just set as "hidden" in the stylesheet. See below how it looks when I enable them:


To enable it, just add this style override in Stylebot for "https://cad.onshape.com/**":

.custom-toolbar .toolbar .hide-in-toolbar {
  display: unset;
}

Now I just need an easy way to increase the size of the buttons and add an extra row of buttons :)


Tagged:

Comments

  • Travis_NewberryTravis_Newberry Member Posts: 2 PRO
    Is there a way to enable this without the plugin? Perhaps a way that would carry across devices?
  • _anton_anton Member, Onshape Employees Posts: 410
    Different fix, but, if the issue is finding the right feature, you could use Alt+c/Opt+c and search.
Sign In or Register to comment.