You can use the Hacker shell via Ctrl + M if you want more styling as below.
No.1 is for all kinds of elements(object), No.2 is for text elements, No.3 is for the specific element, and No.4 is for a new class(here named ‘custom’)
No.1: If you set the style here, then it will be applied for every elements including texts, images, even view. For example, I have written the border style as ‘2px solid black’ then you will see the black border lines.
No.2: If you specify style here in the Hacker shell, then it will apply for every text elements as below. I adjusted background color yellow. It is equivalent of All text Elements.
Notice: Even though we apply the background color to all the text elements, the ‘Hello,Webpgrs!’ text element didn’t change. It’s because it already has been written the individual background color in the Style section. Thus, watch out not to overwrite.
No.3: It only applies to the certain element. To do so, you have to know the element’s address. The text element’s address here is #11825. If you want to know how to check out the address, click here.
Notice: Here same again. If Style is already written, then the effect in the Hacker shell won’t be applied. If you want to control the effect via Hacker shell then don’t forget not to overwrite.
No.4. It’s about making a class and apply same effect to others. In the Hacker shell, I wrote some style named ’custom’. Then the elements which has been selected and will get the same style from the class. It is an easy way to redo the same style over and over again.
So not only using the Style in the right menu, You can also use Hacker shell for advanced styling.