Hey there Aiden Patrick,
How are you doing today?
I’ve checked your site and the image you’ve linked above but I;m not really sure what you’re referring to, can you please add a bit more information on what exactly you’re trying to change and I’ll be more then happy to try to assist with some custom CSS.
Cheers,
Bojan
What I am referring to is the color that appears behind text when you drag over it.
Hey there Aiden,
Thanks for the clarification, I was under impression that you’re referring to the text hover state rather then when text is selected like that.
This can also be changed with some custom CSS, to do that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
::selection {
background: #FC6D6D;
color: #FFF;
}
Just replace color hex values in both properties to display another color. First one will change the background color and the second one will change text color when text is selected. You can use sites similar to this one to get hex value for the color of your choice: http://www.color-hex.com/
Hope this helps 🙂
Cheers,
Bojan – WPMU DEV
Hey appmarsh,
Yes that’s possible, since this is a very older thread not really related to your request you’d probably want to open your own where you can ask this.
Also when asking for CSS help you want to disable whatever is preventing right click on your site, it can be easily bypassed but it makes inspecting site much slower than usual.
Cheers