Directions CSS question [SOLVED]

  • Frankster69
  • Auteur du sujet
  • Visiteur
  • Visiteur
il y a 11 ans 3 mois - il y a 11 ans 3 mois #1936 par Frankster69
Directions CSS question [SOLVED] a été créé 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é.
Plus d'informations
il y a 11 ans 3 mois #1937 par gmapfp
Réponse de gmapfp sur le sujet Directions CSS question
Hi,

Have you a link ?
Le sujet a été verrouillé.
  • Frankster69
  • Auteur du sujet
  • Visiteur
  • Visiteur
il y a 11 ans 3 mois #1938 par Frankster69
Réponse de Frankster69 sur le sujet Directions CSS question
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é.
Plus d'informations
il y a 11 ans 3 mois #1939 par gmapfp
Réponse de gmapfp sur le sujet Directions CSS question
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
  • Visiteur
il y a 11 ans 3 mois #1940 par Frankster69
Réponse de Frankster69 sur le sujet Directions CSS question
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é.
Plus d'informations
il y a 11 ans 3 mois #1941 par gmapfp
Réponse de gmapfp sur le sujet Directions CSS question
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é.
Temps de génération de la page : 0.136 secondes
Propulsé par Kunena
FaLang translation system by Faboba