Update the URL to update the styling.

https://link-parameters.webflow.io/?ms-code-target=heading&ms-code-style=color:red

In the above example, "heading" is the classname of any element we want to target. And font-color:red is the new styling.

https://link-parameters.webflow.io/?ms-code-target=hide&ms-code-style=display:block

We're using this param to show an element which is hidden by default.

This is a button
https://link-parameters.webflow.io/?ms-code-target=button&ms-code-style=background-color:%23000000

We can't use # in links like this, so we have to URL-encode the style values. The # symbol should be encoded as %23.