> For the complete documentation index, see [llms.txt](https://docs.slidedeck.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slidedeck.com/custom-css-options-panel.md).

# Custom CSS Options Panel

To add custom CSS to the deck, start with the selector you would like to override. For example, if you wanted to remove the caption area on the Tool Kit lens completely, you could write this selector:

.lens-tool-kit.sd2-title-dark .sd-node-title-box,\
.lens-tool-kit.sd2-title-light .sd-node-title-box {\
display: none;\
}
