Skip to content
Discussion options

You must be logged in to vote

Shared style means that there are more than one element on the page that have the same css selector, making changes to styles (color, font etc) will apply to all elements that share the same selector.

The element selector is shown inside the warning, hovering over # elements will highlight the linked elements.

You can set a unique id to a linked element to 'unlink' it and apply style changes only to the element, in this case the #element-id will be used as css selector.

You can view the generated selector and css for the element in the css editor, this was moved from the left panel to code editor in the last update.

The selector is generated automatically by using the classes or id from…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by grester
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants