Hi kriesi support team,
I have a portfolio grid on my site and would like to edit the category selector above the portfolio grid (change the font, size and so on).
Is there any way I can do this?
Thanks in advance!
Thomas
Hi allaboutapps!
You can use these selectors on Quick CSS:
.sort_by_cat {
font-size: 15px;
}
.inner_sort_button span {
color: red;
}
.main_color #js_sort_items a.active_sort {
color: blue;
}
Best regards,
Ismael
Works perfectyl! Thanks a lot Ismael!
Best
Thomas