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.

custom css

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

Hi Paul : )

I am just after some CSS to target my link hover in my Sidebar 2 position only.

Thanks : )

Julia

uppermountainsphysiotherapy.com.au/
  • Julia Booth's Avatar
  • Julia Booth
  • 12 Month Developer
  • 125 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Julia,

This is the current style that applies

#mainwrap a:hover, #mainwrap .zen-menu-heading:hover {
color: #77c5d5;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
So matching the specificity of the first bit of css

#sidebar-2 a:hover {color:#000;}

Try adding this to the custom.css file

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