Change Color of Highlighted Text

UI

Add to Custom CSS

/* Color for Highlighted Text */
::-moz-selection /* Code for Firefox */ {
   background: #a2976b;
}
::selection {
   background: #a2976b;
}
Previous
Previous

Customize Horizontal Line

Next
Next

Custom Cursor