• Resolved Carlota

    (@charcharins)


    Hi, i’ve recently installed a world map using your plugin and I wanna get rid of the country names that appear on hove if they don’t have a marker.

    I checked the tips & tricks on your page (the “How get rid of subdivisions’ name on mouse hover” article) and tried installing the code, but it makes the website crash. Is there any other specific instruction I should be following to make it work?

    I’m sorry I can’t give you a link to my page, it’s hidden except for specific IDs.

    Also, is it possible to change the label appearance via CSS?

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Enrico Urbinati

    (@enrico-urbinati)

    Hi charcharins,
    thanks for you message.

    It gave me the chance to revise my tips&tricks page so now it’s correct!

    In order to modify the label tooltip you should be able to override the default style you can use:

    .jvectormap-tip

    maybe adding the specific id selector of your map, something like:

    #world-map-6 .jvectormap-tip {
    ...
    }

    Just let me know if you may need further assistance and thanks again!
    Have a lovely day,
    Enrico

    Thread Starter Carlota

    (@charcharins)

    Thanks! Everything worked now.
    The ID selector was not necessary, I only had to make use of !important

    Plugin Author Enrico Urbinati

    (@enrico-urbinati)

    Glad it worked!
    And thanks again for your input.

    If you like RVM then, consider rating it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get rid of country names on hover’ is closed to new replies.