facebook twitter instagram linkedin google youtube vimeo tumblr yelp rss email podcast phone blog search brokercheck brokercheck Play Pause

Editable Class

Overview

If you need to style something differently in the editor based on when someone is logged in or not (like how we do for forms) you can use the editable class.

How To Use

Use the editable class and its target (a class or ID) in your CSS. Insert any CSS you would like to have and it will change the style in the editor.

Example Code

.editable .mytarget {}