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?
changing font colour in route directions
-
- Phoca Newbie
- Posts: 3
- Joined: 18 May 2016, 22:55
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: changing font colour in route directions
Hi,
below is (could be) just an example, as we don't know your template and URL. Would be easier
Kind regards, Christine
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; }
-
- Phoca Newbie
- Posts: 3
- Joined: 18 May 2016, 22:55
Re: changing font colour in route directions
Thank you Christine, but where to put this code?
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: changing font colour in route directions
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
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
-
- Phoca Newbie
- Posts: 3
- Joined: 18 May 2016, 22:55
Re: changing font colour in route directions
ok, thanks. gonna try that. site's only online 'local' on my nas for the moment... sorry.