Using the style editor, I cannot change h3 or .note. It seems the only elements I can change are those with # aka IDs.
Code
### Test
Style Editor:
h3
{
color: red;
}
The above does not work.
As for doing a note.
{{note
Test!
}}
Style Editor:
.note
{
color: red;
}
If I am doing something wrong, freely close this issue. The above element identities are from developer tools, so for an ### test element, I clicked it and it says plain h3.
What happened?
Using the style editor, I cannot change
h3
or.note
. It seems the only elements I can change are those with # aka IDs.Code
### Test
Style Editor:
The above does not work.
As for doing a note.
Style Editor:
If I am doing something wrong, freely close this issue. The above element identities are from developer tools, so for an
### test
element, I clicked it and it says plain h3.