changing font colour in route directions

Phoca Maps - displaying maps in Joomla! CMS
jwhoutepen
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 May 2016, 22:55

changing font colour in route directions

Post 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?
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: changing font colour in route directions

Post 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
jwhoutepen
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 May 2016, 22:55

Re: changing font colour in route directions

Post by jwhoutepen »

Thank you Christine, but where to put this code?
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: changing font colour in route directions

Post 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
jwhoutepen
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 May 2016, 22:55

Re: changing font colour in route directions

Post by jwhoutepen »

ok, thanks. gonna try that. site's only online 'local' on my nas for the moment... sorry.
Post Reply