How to modify the color of the hoover text in the header

Hello,

I am trying to modify the color of the text in the header when I hoover. It is now pink color and I would like to change if for light blue. I don’t see any options in the theme pannel (template Newspaper).

My website: https://tourscanner.co/blog/

Thanks a lot for your help !

G.

You can simply add code like

.example a:hover { color: #000; }

Thank you for your reply Codeex.

There are nothing in the Theme Pannel of NewsPaper available to change this color? it seems you can change all the colors except this one …

Not sure if that theme supports it. You can always ask the theme author about it. You can add the custom code in your Theme Customizer.

Thanks, will do