Change the text selection color - by Rodrigo Carlos

This topic has 2 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler

  • Avatar: Rodrigo
    Rodrigo Carlos
    Participant
    July 19, 2020 at 20:00

    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!

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 19, 2020 at 21:14

    Hello,

    Custom CSS code should be used in this case.

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.