| Can I style the front-end Map listing? |
|
|
|
|
Yes you can. GMaps provides class attributes to the table that you can edit the CSS to style to meet the look and feel of your site. The following are the ID and class attributes for the table:
An example of one style you might want to apply is what if you don't want to display the ID column. Here is how you can do that.
.gmapidheading, .gmapid { This is basically telling the browser to not display the elements of the class gmapidheading and gmapid.
For more information on CSS, check out CSS/Edge by Eric Meyer. |
| < Prev | Next > |
|---|



