We are unable to highlight text on a page. If you are user visiting our website and want select text to copy and paste, it does not allow you. Is there a way to fix this?
Thanks,
Kevin
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi Kevin,
You can add css function to your file css:
::selection {
background-color: #000;
color: #fff;
}
then change/ edit background and color as you would like.
That worked. Thank you!