Toggle development tool- can I edit UI there and save it?

toggle development tool- can I edit UI there and save it?
Thanks

No, but you can edit the UI (to an extent) using CSS.

EDIT
Actually, I guess you can edit the UI, you just can't save your changes.

im trying change userchrome but not successful.

 body {
   font-family: Arial;
   font-size: 18pt;
   color: black;
 }

I want change font and size of this area.

any one can help me with the issue?
Thanks

You need to use dev tools to find the right selector, just body does not look right.
Or check the forum, there is a thread where people sharing their customizations, maybe you'll find what you need there.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.