Change Highlight Text Color - by Huge - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 6 years, 11 months ago ago by Olga Barlow

  • Avatar: Huge
    Huge
    Participant
    May 5, 2017 at 10:49

    Hi,

    I’ve noticed that the highlight text color is custom on your theme and I’d like to change it.
    Do you know where I can do that in the settings?

    Thanks for your help 🙂

    Regards

    3 Answers
    Avatar: amzy
    Amzy Leel
    Participant
    May 5, 2017 at 13:20

    Following is our css code for highlight / selection text colour and background.
    Change the color code to the colour you want and put it in,

    8theme options –>> styling –>> custom css –>> global custom css

    
    ::-moz-selection {
      background: #d64444;
      /* WebKit/Blink Browsers */
      color: #fff;
    }
    ::selection {
      background: #d64444;
      /* WebKit/Blink Browsers */
      color: #fff;
    }
    ::-moz-selection {
      background: #d64444;
      /* Gecko Browsers */
      color: #fff;
    }
    Avatar: Huge
    Huge
    Participant
    May 5, 2017 at 15:07

    Thank you very much! It works perfectly 🙂

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 5, 2017 at 15:42

    You are welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.