I placed links inside of a catalogue and had the color defaulted based on the .main_color a default style. then I placed a hover color because the list item has a BG upon hover. However I can’t figure out how to make the link change colors when my mouse is not directly over the link.
Hey T3 Marketing,
Try this code in the General Styling > Quick CSS field:
.main_color .av-catalogue-list li:hover a {
color: #215181!important; }
Best regards,
Mike
Worked perfect. Thanks!