Highlight Selected Text
Last updated
Was this helpful?
Customize the color of text when highlighted.

::selection {
background: #9900ff !important;
color: #ffffff !important;
}
::-moz-selection {
background: #9900ff !important;
color: #ffffff !important;
}
::-webkit-selection {
background: #9900ff !important;
color: #ffffff !important;
}Copy code and paste into the Custom CSS section.
Note: You can edit the selection color for a specific container or element by adding its selection before ::selection.
Last updated
Was this helpful?
Was this helpful?

