Text Highlight Color Change?

Posted in: Newspaper
Post count: 8

Hi,

I was looking to change the color that appears, when we select some text on the site.

For example, if we select this whole sentence, a blue color will appear.

I want to change this color to red, in newspaper theme.

How do I it?

Please help.

Thanks & Regards

Piyush

Post count: 22421

Hi,

You can use this css:

::-moz-selection { /* Code for Firefox */
color: pink;
background: yellow;
}
::selection {
color: pink;
background: yellow;
}

Simply add the code in the thee panel->custom css box and change the colors to your preferred ones.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.