• I’m having rough time getting my product category links to change color on hover in the hustle theme.
    http://limc.us
    Here’s where I thought it should be changed but ts not working I tried it twice

    #sidebar.widget ul li a:hover {
    text-decoration: underline;
    color: #ED702B;}
    .widget ul li a:hover {
    text-decoration: underline;
    color: #ED702B;}
    Any help would be appreciated
    Willie

    http://wordpress.org/extend/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • unfortunately, there’s nothing in the html indicating that these are product categories, so this would actually cause the same effect on your product links:

    #main ul.products li a:hover h3{
    text-decoration: underline;
    color: #ED702B;}
     #main ul.products li a:hover h3{
    text-decoration: underline;
    color: #ED702B;}
Viewing 1 replies (of 1 total)
  • The topic ‘Product category link color at hover’ is closed to new replies.