-
Forum
-
Index
-
GMapFP
-
Suggestion Box and/or general discussion
-
Directions CSS question [SOLVED]
Directions CSS question [SOLVED]
-
Frankster69
-
Auteur du sujet
-
Visiteur
-
il y a 11 ans 3 mois - il y a 11 ans 3 mois #1936
par Frankster69
Hello,
If I use the route-planner from the GMapFP contact-view, In the resulting directions are some boxes with 'suggested routes' and point of origin and destination (with marker). The box with suggested routes has a white background and white text, making it unreadable.
I've looked throughout all CSS files I could find in the GMapFP com_ map, but could not find the right CSS classes. The ones I'm looking for are '.adp-list' and '.adp-listsel'.
Could anyone help me to point out where to find those, or how to overwrite them?
Any help appreciated,
Kind regards, Frank
Dernière édition: il y a 11 ans 3 mois par Frankster69. Raison: Solved
Le sujet a été verrouillé.
Réduire
Plus d'informations
-
Messages : 1926
-
Remerciements reçus 267
-
-
-
-
il y a 11 ans 3 mois #1937
par gmapfp
Le sujet a été verrouillé.
-
Frankster69
-
Auteur du sujet
-
Visiteur
-
il y a 11 ans 3 mois #1938
par Frankster69
Hello,
Yes, of course. You can see it in the URL below. Use the planner under the map to see the results and see there three white boxes. Two with black text, which is ok, and one with 'invisible' white text. That is the top one of the three.
Using Firebug I see the two classes '.adp-list' and '.adp-listsel' which define the backgroundcolor, but I cannot see in what css-file these are.
See it here:
www.xxl-culemborg.nl/uc/adres-contact
kind regards,
Frank
Le sujet a été verrouillé.
Réduire
Plus d'informations
-
Messages : 1926
-
Remerciements reçus 267
-
-
-
-
il y a 11 ans 3 mois #1939
par gmapfp
Ok,
These class are built by Google.
But you can add your code class in GMapFP CSS.
Le sujet a été verrouillé.
-
Frankster69
-
Auteur du sujet
-
Visiteur
-
il y a 11 ans 3 mois #1940
par Frankster69
Ah! That explains why I couldn't find them
Do you mean to add the same class to the GMapFP css file, in order to override the Google ones? Or if not, can you please explain a bit more?
Thanks for the quick replies by the way
The site is nearing completion, has been approved allready but I want to iron out the last details.
kind regards, Frank
Le sujet a été verrouillé.
Réduire
Plus d'informations
-
Messages : 1926
-
Remerciements reçus 267
-
-
-
-
il y a 11 ans 3 mois #1941
par gmapfp
Hi,
Yes, in GMapFP CSS you can add :
#gmapfp .adp-list {
color: red;
}
or, if this isn't right, try :
#gmapfp .adp-list {
color: red !important;
}
Le sujet a été verrouillé.
-
Forum
-
Index
-
GMapFP
-
Suggestion Box and/or general discussion
-
Directions CSS question [SOLVED]
Temps de génération de la page : 0.136 secondes