ELI5, how to create and active custom CSS to work inside a rem. I saw ton of videos on youtube, and read bit, but some reason, I just cant seem to get it to work. Can some one walk me through step by step, what I should do
here is what I have done so far.
- Went to Custom CSS under Settings> interface
- Created a blank CSS block
- type in the code block
that’s its, I don’t know how to activate it from here inside a rem (or universally activate it across all rems)
added questions
i) also I don’t know whats the different between CSS Block vs CSS Template
ii) my CSS code block/ template gets checkbox todo icon and when I click it, it marks it as completed. I- Not sure if I should check it or leave it unchecked.
sample CSS code block I used below
#hierarchy-editor.TreeNode {
border-color: transparent;
border-width: 1px!important;
}