Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #812851

    Hello, I have created a CSS CLASS name within the GOOGLE MAP option. But it does not work. The reason is to modify the font, size, and spacing within the Marker Tooltip.

    See the code I created with class name

    .googlemap {
         Font-weight: normal! Important;
         Font-size: 45px!
    }
    LINK

    IMAGE

    View post on imgur.com

    What is this Google Map CLASS field for? Is to modify what?

    #812988

    Hey mleite1,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-google-map-container .gm-style-iw p {
        font-weight: normal !important;
        font-size: 45px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #812993

    Tks Victoria.

    It’s ok now.

    #813063

    Hi mleite1,

    Glad we got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.