Text Selection Color

Posted in: Newspaper
Post count: 497

I want to change the text selection color of my website to my theme accent color. How could I achieve that?

Please look at this pic for further info:

https://www.screencast.com/t/bkAMJwEmmPR

Post count: 23312

Hi,

You can try using the code below and place it in Theme panel -> Custom CSS Area.

::selection {
background: #4db2ec;
}

Thanks.

Post count: 497

Dear, the code works well, but I have a small problem, the selected text of the page remains black, while I want to change it to a white color as someone selects a particular text for copy. Hope you understand.

Regards,

Post count: 23312

Hi,

Provide your some examples/screenshots with the problem so I can identify.

Thanks.

Post count: 497

Dear, I want to like this the way showed in pic: Plz take a look at the pic…

https://ibb.co/rH5NYRG

The selected text should be in white color.

Post count: 23312

Hi,

::selection {
background: #4db2ec;
color:white;
}

Thanks.

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