Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

hover text color change

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

How can I stop the text from the following website from changing green when I hover over it. All of the text changes while hovering. It confuses this with a link. Thanks.

www.micron492.com/CampCedarbrook_Joomla3_2/mmp_upgrade/index.php/fields/camp-programs-two/equestrian-camp
  • rkimmel's Avatar
  • rkimmel
  • LIfetime Developer - Big Bamboo
  • 93 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

An odd one

#mainWrap p:hover {color:#444;}

Try adding this

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks, that css rule that you gave me on the p:hover {#444} worked on the hover of the regular text. but it is still changing green on the zentools list and grid sections. I tried to place a css code for those but it doesn't work.
.zentext element2 p:hover {color:#444;}

still changing on the grids:
www.micron492.com/CampCedarbrook_Joomla3_2/mmp_upgrade/index.php/about-cca/our-camp/our-core-values


worked on the normal content articles :
www.micron492.com/CampCedarbrook_Joomla3_2/mmp_upgrade/index.php/camp-programs-two/summer-camp-adirondacks
  • rkimmel's Avatar
  • rkimmel
  • LIfetime Developer - Big Bamboo
  • 93 posts
  • Karma: 0
The administrator has disabled public write access.
Does it improve if you add

#mainWrap div:hover {color:#444;}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yep! Thank you!
  • rkimmel's Avatar
  • rkimmel
  • LIfetime Developer - Big Bamboo
  • 93 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks

Good luck with it :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers