Deleting style property

Arty

Well-known member
Is it possible to delete one of predefined (not custom) style properties in a child style?

For example, I'm completely rebuilding the way navigation works and have no use for "navLink" property, so I want to remove it from my child style. Can it be done?
 
You can completely remove it in debug mode, but why would you want to?

Just don't use it and create the new properties you do want.
 
I don't see option to remove it in debug mode in a child style. I can only remove custom properties that I've added in that style. Property I want to remove is from master style and I don't want to alter master style.
 
You can only remove properties from the master style. In all other styles you can revert but not remove.

For example, I'm completely rebuilding the way navigation works and have no use for "navLink" property, so I want to remove it from my child style. Can it be done?

Just leave it alone if you don't use it. It doesn't hurt anything.
 
Top Bottom