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.
font color of route
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: font color of route
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
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 1
- Joined: 10 Aug 2015, 17:09
Re: font color of route
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?
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?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: font color of route
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)
Jan
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)
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: font color of route
Hi,
you could try following. Just put the code at the end of your template.css:
See screenhot
Kind regards, Christine - Hi Jan
you could try following. Just put the code at the end of your template.css:
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..adp, .adp table {
background-color: lightblue;
color: #2c2c2c;
font-family: Roboto,Arial,sans-serif;
font-weight: 300; }
See screenhot
Kind regards, Christine - Hi Jan