Hello, I use the masony portfolio with sorting links. on hover state links are blue, I need them black. Can you help me with this?
Hey royaltask!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-sort-by-term a:hover {
color: black!important;
}
Best regards,
Yigit
works perfect thanks!