font color of route

Phoca Maps - displaying maps in Joomla! CMS
mentil
Phoca Member
Phoca Member
Posts: 14
Joined: 30 Jul 2013, 22:49

font color of route

Post by mentil »

HI there,
can soneone tell me where i can find:

.adp,.adp table,.adp-list{
font-family:Roboto,Arial,sans-serif;
font-weight:300;
color:#2c2c2c
}


in which template?

thank you.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: font color of route

Post by Jan »

Hi, unfortunately, I don't know which template you are using, this needs to be found somewhere in your template you are using. But which template you are using, I really don't know.

Jan
If you find Phoca extensions useful, please support the project
hakselnorth
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 10 Aug 2015, 17:09

Re: font color of route

Post by hakselnorth »

This code is not in the installation of Joomla, nor Phocamaps nor the template you are using.

Apparently that part of code comes straight from Google,
and it is not possible to change that in Joomla, for me that is, as inexperienced php programmer.
It remains a problem, up-to the date of this reply, when the background colour of the template is dark.

Has anybody found a solution or do I have to change the background colour of the website?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: font color of route

Post by Jan »

Hi, now I don't understand exactly what is the problem.

If you see the code in source (the code above), such should be loaded by some template or component (if this is a part of external script, then I think, you cannot change it, except some specific javascript or maybe when you override it by last CSS - but really not sure if this is possible) :idea:

Jan
If you find Phoca extensions useful, please support the project
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: font color of route

Post by christine »

Hi,

you could try following. Just put the code at the end of your template.css:
.adp, .adp table {
    background-color: lightblue;
    color: #2c2c2c;
    font-family: Roboto,Arial,sans-serif;
    font-weight: 300; }
In above example I hv added the background-color. This will 'change' the background-color of the route - not from any template as we don't know yours. You also can change the font color etc.

See screenhot
Image

Kind regards, Christine - Hi Jan :wink:
Post Reply