Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1267788

    wai
    Participant

    Hi there,

    https://www.mays.net.au/products/jewellery/

    Referring to the page above. I would like each link to change color in ‘our products’ widget when mouse-over or hover. Except the one that is in bold or currently selected.

    Color change to blue for example. Please provide me with a css style. Thanks!

    #1267849

    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .woocommerce .x-sidebar .widget ul.children a:hover,
    .woocommerce .x-sidebar .widget a:hover,
    .woocommerce .x-sidebar .widget ul li:not(.cat-parent) a:hover {
    	color: blue;
    }

    Hope it helps, Cheers!

    #1267867

    wai
    Participant

    Worked great thanks!

    #1267868

    Darshana
    Moderator

    Glad we were able to help 🙂