This topic has 2 replies, 2 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler
Hello people,
I changed the text selection (https://prnt.sc/tkri0n) using the CSS below:
::selection {
background: #BD0000 !important;
color: #ffffff;
}
::-moz-selection {
background: #BD0000 !important;
color: #ffffff;
}
Does the theme offer any option to make this change without using CSS?
Thank you!
Hello,
Custom CSS code should be used in this case.
Regards
You must be logged in to reply to this topic.Log in/Sign up