• Hi,

    I have installed Map Multi Marker plugin in my site. And I have faced some issues when I want to edit the style for tooltip box.

    May I ask, where do I need to edit the style for tooltip box as I can’t found any certain class name for the tooltip box?

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter chuwen

    (@chuwen)

    Hi @mibiki,

    Kindly reply to my question. Need your help.
    Thank you.

    Plugin Author mibiki

    (@mibiki)

    Hi chuwen,

    you can edit style with the parent class .content-maker, see the html below :

    <div id="infobulle">
        <div class="content-makrer">
            <img src="" alt="" class="img-in-marqueur">
            <div class="wrap-desc-markeur">
                <h2></h2>
                <ul class="contact-list">
                    <li></li>
                </ul>
            </div>
        </div>
    </div>

    Regards.

    Thread Starter chuwen

    (@chuwen)

    Hi @mibiki,

    Thanks for your reply.

    Let’s say if I want to edit the background color for the tooltip box, I saw there has coding like this:

    <div style="position: absolute; left: 1px; top: 1px; border-radius: 2px; background-color: rgb(255, 255, 255); width: 303px; height: 146px;"></div>

    But then it didn’t has any class name for me to edit the background color.

    May I know where and how do I want to edit?

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to edit the tooltip box’s style’ is closed to new replies.