×

Notice

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

TOPIC: Text Area in popups

Text Area in popups 13 years 2 months ago #13905

  • Steve Campbell
  • Steve Campbell's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
New installation of Hotspots and currently configuring to site. I can't find a way to adjust the text color on the popups. Note: I have a dark background website and this maybe an issue however, this feature is very important to what we are doing. Please, I can't and won't change templates...site is to large and advanced to even consider.

Unless there is something obvious that I'm not seeing...how does one change the font color for the popups. I am not new to Joomla...just new to Hotspots...steve

Text Area in popups 13 years 2 months ago #13906

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Steve,
I advise you to learn how to use firebug - there are a lot of videos on youtube about it. Then you can analyse the popup output and you will see which css styles to modify.
Which popups are we talking about - the one for the mail?
Daniel

Text Area in popups 13 years 2 months ago #13920

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Steve,
You need to add the following code to your css file
.hotspots {
color: #000;
}
.hotspots .form label {
color: #000;
}

As far as I can see everything looks fine on your site after that.

Cheers,
Daniel
  • Page:
  • 1
Time to create page: 0.104 seconds