WebbSpots
Keymaster
Post count: 21

We use Woo with Avada. Sometimes needs a nudge to get the look we like. Woo menu cart is one example where the theme colors need some help!

In Avada Custom CSS we add a hover color to match our theme to that element:

.fusion-menu-cart .awb-menu__sub-ul_main a:hover {
background-color: #000000;
}

.awb-menu .fusion-menu-cart-checkout:hover {
background-color: #000000;
}

  • This reply was modified 6 months, 1 week ago by WebbSpots.