Page 1 of 2
Font color of the route
Posted: 16 Apr 2014, 22:59
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!
Re: Font color of the route
Posted: 17 Apr 2014, 10:44
by Benno
Hi,
please post the URL
Kind regards,
Benno
Re: Font color of the route
Posted: 17 Apr 2014, 19:12
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...
Re: Font color of the route
Posted: 17 Apr 2014, 21:27
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...
Kind regards,
Benno
Re: Font color of the route
Posted: 18 Apr 2014, 18:49
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...
Re: Font color of the route
Posted: 19 Apr 2014, 19:51
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
Re: Font color of the route
Posted: 20 Apr 2014, 01:03
by eugen360
Hello,
Done! Thank you very much my friend! I appreciate it!
All the best,
Eugen.
Re: Font color of the route
Posted: 20 Apr 2014, 10:58
by Benno
You're welcome!
Kind regards,
Benno
Re: Font color of the route
Posted: 02 May 2014, 15:23
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.
Re: Font color of the route
Posted: 02 May 2014, 18:41
by lazy garfield
Solved alreafy with code of Benno.