Hello,
First of all, thank you for this great component of Joomla (as well all other Phoca comp.)
I have tried to find the answer to my question in forum and also I've looked in the files to find the right css to modify the font color when I use the "Get Route" option, but no success Maybe I've missed... I have to change it because the actual color is matching the site background color and... you understand... Can somebody help me, please? Thanks in advance!
Font color of the route
- Benno
- Phoca Hero
- Posts: 9451
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Font color of the route
Hi,
please post the URL
Kind regards,
Benno
please post the URL
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 4
- Joined: 16 Apr 2014, 22:50
Re: Font color of the route
the site is off-line, is not yet published, not ready...
I'll try to explain better: I have a map configured and is everything OK, markers in place, everything is working as it should be! Now, under the map there is an option to create a route. "From address" to one of the markers present on the map and bellow this is a button "Get route". When I give the address and push the button, a route is displayed from point A to point B but the text of this route is in black or dark blue, I don't know for sure and is only visible if I'll make a highlight (text select) with the mouse. You know like a hidden white text on white background and if you select the text it's becoming visible...
I'll try to explain better: I have a map configured and is everything OK, markers in place, everything is working as it should be! Now, under the map there is an option to create a route. "From address" to one of the markers present on the map and bellow this is a button "Get route". When I give the address and push the button, a route is displayed from point A to point B but the text of this route is in black or dark blue, I don't know for sure and is only visible if I'll make a highlight (text select) with the mouse. You know like a hidden white text on white background and if you select the text it's becoming visible...
- Benno
- Phoca Hero
- Posts: 9451
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Font color of the route
Hi,
bootstrap or template.css or or...
Kind regards,
Benno
Ok, but then I can not help you. Install e.g. Firebug if you use Firefox and try to seek which .css file is responsible for the text color.the site is off-line, is not yet published, not ready...
bootstrap or template.css or or...
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 4
- Joined: 16 Apr 2014, 22:50
Re: Font color of the route
Hello again,
Thank you for your time!
So here is the link:
http://www.casevacantaapuseni.ro/contact
just write some location and see the result...
I have tried to change a css in the template but is changing the color on all the pages... not good...
Thank you for your time!
So here is the link:
http://www.casevacantaapuseni.ro/contact
just write some location and see the result...
I have tried to change a css in the template but is changing the color on all the pages... not good...
- Benno
- Phoca Hero
- Posts: 9451
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Font color of the route
Hi,
try: template.css
ca. line 210
Change color.
Kind regards,
Benno
try: template.css
ca. line 210
Code: Select all
.adp,.adp table,.adp-list{
font-family:Roboto,Arial,sans-serif;
font-weight:300;
color:#2c2c2c
}
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 4
- Joined: 16 Apr 2014, 22:50
Re: Font color of the route
Hello,
Done! Thank you very much my friend! I appreciate it!
All the best,
Eugen.
Done! Thank you very much my friend! I appreciate it!
All the best,
Eugen.
- Benno
- Phoca Hero
- Posts: 9451
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Font color of the route
You're welcome!
Kind regards,
Benno
Kind regards,
Benno
-
- Phoca Member
- Posts: 23
- Joined: 05 Jan 2010, 23:42
Re: Font color of the route
Benno,
I have the same question.
Can you telle me where to change the color in white instead of black?
The url is http://www.antiekroute-veluwe.nl/demo/startpagina
Just write some location and see the result.
I have also tried to change a css in the template but is changing the color on all the pages and that is not what I want.
I have the same question.
Can you telle me where to change the color in white instead of black?
The url is http://www.antiekroute-veluwe.nl/demo/startpagina
Just write some location and see the result.
I have also tried to change a css in the template but is changing the color on all the pages and that is not what I want.
-
- Phoca Member
- Posts: 23
- Joined: 05 Jan 2010, 23:42
Re: Font color of the route
Solved alreafy with code of Benno.