Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ben Huson

    (@husobj)

    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

    (@urlatore)

    Grazie Ben!

    Thread Starter urlatore

    (@urlatore)

    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

    (@husobj)

    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.