Okay
  Public Ticket #2749125
How to Change Colour of Text Highlight?
Closed

Comments

  • Hilario_del_Vaso started the conversation

    Dear neuron team,

    I can't find the option where to change the text highlight colour of my website. The highlight colour is still the default theme colour (some kind of salmon-ish). I have checked all global colours in the Elementor Website settings and also in the theme customiser, but I can't find the salmon colour anywhere, so I don't know where to change it. 

    I would appreciate if you can help me with that.


    Thanks a lot and best regards,
    Chris

  •  869
    Neuron replied

    Hi Chris,

    Can you please add the following code at Appearance > Customize > Additional CSS with the color you want.

    a:hover {
        color: black !important
    }
    

    Feel free to ask for anything you need.

    Kind Regards


  • Hilario_del_Vaso replied

    Thanks a lot! Sorry I am afraid didn't express myself clearly so this solution was not exactly what I was looking for. I was referring to the colour when the user selects text with their cursor.

    I think this is the one I need:

    ::selection {
      background: #FF004A; }

    Would that work or do you suggest a different code?

    Thanks for your help, much appreciated!


  •  869
    Neuron replied

    Hi,

    Sorry for the misunderstanding, you can add the following code at Appearance > Customize > Additional CSS to change it.

    ::-moz-selection {
    background-color: #000;
    color: #fff;
    }
    ::selection {
    background-color: #000;
    color: #fff;
    }

    Feel free to ask for anything you need.

    Kind Regards


  • Hilario_del_Vaso replied

    No worries, the answer can only be as good as the question. ;)

    That now worked very well, thank you!

  •  869
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes