Page 1 of 1

font color of route

Posted: 12 Nov 2014, 17:57
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.

Re: font color of route

Posted: 12 Nov 2014, 19:05
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

Re: font color of route

Posted: 10 Aug 2015, 17:20
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?

Re: font color of route

Posted: 11 Aug 2015, 22:59
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

Re: font color of route

Posted: 13 Sep 2015, 11:19
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: