Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #758142

    When I highlight the text, it gives me a off red color. I want to change it to a specific color. How do I change the highlighter color.

    • This topic was modified 7 years, 8 months ago by mikkijack.
    #758151

    Hey mikkijack,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    ::selection {
      background: #555!important; /* WebKit/Blink Browsers */
    }
    ::-moz-selection {
      background: #555!important; /* Gecko Browsers */
    }
    

    Best regards,
    Vinay

    #758155

    Thank you for getting back to me so fast, but that didn’t do it.

    #758407

    Nevermind, I’ve fixed it.

    #758514

    Hi,

    Glad you got it sorted :)
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change text highlighter color’ is closed to new replies.