Page 1 of 1
changing font colour in route directions
Posted: 18 May 2016, 22:58
by jwhoutepen
Hi all,
I have a dark grey background on my website, the font colour of the directions is black so hardly readable.
I've been searching and searching but couldn't find a place or a css where to change this colour.
Anyone?
Re: changing font colour in route directions
Posted: 18 May 2016, 23:16
by christine
Hi,
below is (could be) just an example, as we don't know your template and URL. Would be easier
Code: Select all
.adp, .adp table {
background-color: lightblue;
color: #2c2c2c;
font-family: Roboto,Arial,sans-serif;
font-weight: 300; }
Kind regards, Christine
Re: changing font colour in route directions
Posted: 18 May 2016, 23:22
by jwhoutepen
Thank you Christine, but where to put this code?
Re: changing font colour in route directions
Posted: 18 May 2016, 23:46
by christine
Hi,
it depends of you template etc. Usually you could add: at the end of your template.css or: custom.css
If we would see your URL, then we could say more specific code.
Kind regards, Christine
Re: changing font colour in route directions
Posted: 18 May 2016, 23:49
by jwhoutepen
ok, thanks. gonna try that. site's only online 'local' on my nas for the moment... sorry.