• Resolved wpress2010

    (@wpress2010)


    Is this field under a map’s settings supposed to allow additional CSS code to be entered?

    I can’t get it to do anything.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ashok Singh

    (@flippercode0505)

    Hello,

    Thank you for contacting us.

    You can add your own CSS style using this field.

    Thanks
    Flippercode

    Hi @wpress2010,

    You have to specify the CSS class that you want to change. To get the classes used by the plugin check the source code of your page. Then add the CSS classes you want to change to the field “Additional styling”.
    For example to set a green border with rounded corners:
    .wpgmp_map { border: 1px solid #92B764; border-radius: 4px; padding: 0; }

    wpgmp_map is the named class.

    Regards
    Roland

    @mediaventa Thnks a lot!

    @wpress2010 – Please reopen it if you still have any issues.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Additional Styling?’ is closed to new replies.