Color of X on map bubble

This topic contains 4 replies, has 2 voices, and was last updated by  Victor Cardona 4 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #524373

    Victor Cardona
    Full Member
    Post count: 177

    Hi

    Could you please let me know how I could change the color and size if possible of the X used to close the map bubble. I am looking to make the X more visible so it is obvious to a user what to do to close the map bubble.

    Any help would be appreciated.
    Thanks
    Victor

    #524378

    Kor
    Moderator
    Post count: 16516

    Hi Victor,

    Thanks for your message. Could you share the URL of the page in question of where I can see this? We can try some custom CSS code to customize it.

    Thanks!

    #524441

    Victor Cardona
    Full Member
    Post count: 177

    Hi

    My site is at http://www.hearabouthere.com.

    Attached is an image with the X circled.

    Thanks
    Victor

    #524476

    Kor
    Moderator
    Post count: 16516

    Hi Victor,

    Thanks for your reply. Changing the color isn’t possible. But here is what you can do to change the size of the X button.

    button.gm-ui-hover-effect img{
        height: 30px!important;
        width: 30px!important;
        color: #f00!important;
        }
    
    
    .gm-style .gm-style-iw {
        overflow: visible!important;
    }
    
    button.gm-ui-hover-effect {
        top: -18px!important;
        right: -5px!important;
    }
    #524578

    Victor Cardona
    Full Member
    Post count: 177

    Thanks, Kor.

    That helps.

    Best regards,
    Victor

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket