Active links - colour

Live / 2019-01-25 21:23:26   

When I press a link om my website the link title turns blue,
how can I change this colour?
Cant find it in the indexhibitit style plugin..

Like this:
livehaughilton.com/

Thanks

Live / 2019-01-25 21:25:23   

sorry,- Indexhibit style plugin...

matiasostebo / 2019-01-26 17:32:16   

Assets - style.css - /* active exhibit title parts */

Change color hex

Live / 2019-01-27 21:31:19   

Thanks, I`ll try!

k3p3ng / 2019-02-12 02:37:53   

Hi! I'm facing the same problem but only on mobile.

The active exhibit title is still blue and I was looking for it in style.css and it didn't work.

Is it at another place?

Thanks so much!

Live / 2019-03-06 17:23:30   

Yeah, same here, it`s still blue on the mobile version!

stefanie / 2019-08-30 16:24:31   

It's line 75 in style.css in the mobile folder:
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: normal; color: #00f; }

^^ change the #00f HEX code to the color you want

This thread has been closed, thank you.