Title: edit css style
Last modified: August 21, 2016

---

# edit css style

 *  Resolved [urlatore](https://wordpress.org/support/users/urlatore/)
 * (@urlatore)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/edit-css-style/)
 * Hi, where edit css style widget?
    i tried in different ways but nothing changes…
 * like: padding:5px;border-top:1px dotted #f78c00;background:#fff;
 * thanks in advance
 * [http://wordpress.org/extend/plugins/wp-geo/](http://wordpress.org/extend/plugins/wp-geo/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Ben Huson](https://wordpress.org/support/users/husobj/)
 * (@husobj)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/edit-css-style/#post-3730329)
 * Depending which widget you are using they should have one of the following classes:
    - wpgeo_recent_locations_widget
    - wpgeo_contextual_map_widget
    - wpgeo_category_map_widget
 * So you should be able to add a style to your theme’s stylesheet eg:
 *     ```
       .wpgeo_recent_locations_widget {
          padding:5px;
          border-top:1px dotted #f78c00;
          background:#fff;
       }
       ```
   
 *  Thread Starter [urlatore](https://wordpress.org/support/users/urlatore/)
 * (@urlatore)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/edit-css-style/#post-3730424)
 * Grazie Ben!
 *  Thread Starter [urlatore](https://wordpress.org/support/users/urlatore/)
 * (@urlatore)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/edit-css-style/#post-3730425)
 * Ben… one more question: is it possible to map multiple addresses in the post?
   many of my posts have different locations…
    grazie
 *  Plugin Author [Ben Huson](https://wordpress.org/support/users/husobj/)
 * (@husobj)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/edit-css-style/#post-3730431)
 * No, it only allows for one location per post

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘edit css style’ is closed to new replies.

 * ![](https://ps.w.org/wp-geo/assets/icon-256x256.png?rev=993625)
 * [WP Geo](https://wordpress.org/plugins/wp-geo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-geo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-geo/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-geo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-geo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-geo/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Ben Huson](https://wordpress.org/support/users/husobj/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/edit-css-style/#post-3730431)
 * Status: resolved