Howdy,
Checked around the threads but no luck.
How can I:
1. Increase the text size of the sortable categories (All / Credit Balance Resolution / Payer Lists / State Refund Laws / Unclaimed Property)
2. Change the color of the active link
3. Change the color of inactive links?
Thanks!
Hey raisonbrands,
1. To increase filter menu font size
.sort_by_cat a span {
font-size:14px!important;
}
2. Active menu color
.sort_by_cat a.active_sort span {
color:gold!important;
}
3. Inactive menu color
.sort_by_cat a span {
color:red!important;
}
Best regards,
Vinay
Thanks Vinay,
Works like a charm!
Have a great day-