How can I type or select **content:"";** in visual editor?

Hi,

How can I type or select content:""; in visual editor?

Thanks

.footer-lists:after {
display: table;
clear: both;
content: “”;
}

Hi @alexseo,
For content you have to either type in the Style panel or the Code Editor. The content doesn’t exist on the Visual Editor page as an actual element.
Hope this helps,
Bob

I see.
Thank you very much.