Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #371271

    See this page; http://kau-hawaii.com/
    We had to change the background color so the tool tip would show up better on our map on another page.
    What is the custom css to change the font color on the gallery tool tip only to #000000 ?

    Thank you

    #371358

    Hey elames!

    Thank you for using Enfold.

    You can use this on Quick CSS;

    .avia-tooltip {
    background: #7e9353 !important;
    color: #000000;
    }

    Best regards,
    Ismael

    #371695

    sorry that did not change anything.

    #371820

    Hey!

    Please try adding !important rule as following

    .avia-tooltip {
    color: #000000!important;
    }

    Regards,
    Yigit

    #371824

    Thanks that worked. RESOLVED

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Tool tip font color’ is closed to new replies.