×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: HOTSPOTS - Category Icon Tooltip showing blank

HOTSPOTS - Category Icon Tooltip showing blank 10 years 3 months ago #24258

  • Mark Burnham
  • Mark Burnham's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hello -
When I click on a category Icon, the tooltip callout is just showing blank with no title or description.
I think it might have to do with the font color, but not sure. Can't find the answer in Firebug.
lazyumotel.com/info/traveler-map#!/catid=2
Any help with this?
Thanks

HOTSPOTS - Category Icon Tooltip showing blank 10 years 3 months ago #24260

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
lazyumotel.com/templates/yoo_moustache/s...yU/css/bootstrap.css line 6071 - your template defines the color of the tooltip as #ffffff - white!
You need to add a new tip-wrap class and override the color.
.tip-wrap {
color: #000;
}
The following user(s) said Thank You: Mark Burnham
  • Page:
  • 1
Time to create page: 0.163 seconds