We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Michael
  2. General Discussion
  3. Wednesday, 15 January 2014
  4.  Subscribe via email
Hi guys,

i have build a menu with images (no text links) in the sidebar-1 . If i go over these images i get the standard hover color as background.

I try to ad these code in the custom.css :

.t3-sidebar-1 a:hover {
background-color: #ffffff;
}


but this dont helps.

i need a white background for every image hover.

what can i do?

thanks

Michael
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Michael,

Please make sure your image is png with transparent background.
And use firebug to inspect the hover rule.

You can try to add important to the rule.

.t3-sidebar-1 a:hover {
background-color: #ffffff !important;
}

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.