Font color of the route

Phoca Maps - displaying maps in Joomla! CMS
eugen360
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 16 Apr 2014, 22:50

Font color of the route

Post by eugen360 »

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!
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9094
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Font color of the route

Post by Benno »

Hi,
please post the URL

Kind regards,
Benno
eugen360
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 16 Apr 2014, 22:50

Re: Font color of the route

Post by eugen360 »

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...
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9094
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Font color of the route

Post by Benno »

Hi,
the site is off-line, is not yet published, not ready...
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.
bootstrap or template.css or or... :idea:

Kind regards,
Benno
eugen360
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 16 Apr 2014, 22:50

Re: Font color of the route

Post by eugen360 »

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...
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9094
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Font color of the route

Post by Benno »

Hi,
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
}
Change color.

Kind regards,
Benno
eugen360
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 16 Apr 2014, 22:50

Re: Font color of the route

Post by eugen360 »

Hello,
Done! Thank you very much my friend! I appreciate it!

All the best,
Eugen.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9094
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Font color of the route

Post by Benno »

You're welcome!

Kind regards,
Benno
lazy garfield
Phoca Member
Phoca Member
Posts: 23
Joined: 05 Jan 2010, 23:42

Re: Font color of the route

Post by lazy garfield »

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.
lazy garfield
Phoca Member
Phoca Member
Posts: 23
Joined: 05 Jan 2010, 23:42

Re: Font color of the route

Post by lazy garfield »

Solved alreafy with code of Benno.
Post Reply