Create Dream Website

How to change Text Selection Color in your WordPress Website , Website | Highlighting Text

Please add in custom css in your website

CSS
/* -----selection color --------- */

::-moz-slection{
	background-color:#1b1f29;
	color:white;
}

/*!
     * © This code was written by Aditya.
     * For more information, visit my Youtube channel:https://www.youtube.com/@CreateDreamWebsite
     */

::selection{
	background-color:#1b1f29;
	color:white;
}

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top