Hello,
I was wondering how I would change the type size and background color of the portfolio category filters that appear at the top of the page (see link below)?
Also, is it possible to force the category labelled “Other” to the end of the list?
Link to example: http://www.charlestonwedding.com/2014/portfolio-all/
Thanks!
Hey techgrayscale!
How are you? I hope you’re doing well today.
Please add this on Quick CSS or custom.css:
.inner_sort_button {
font-size: 20px;
}
div.av-masonry-sort.main_color {
background-color: blue;
}
Regards,
Ismael
Doing great! Thanks so much for your immediate response, I really appreciate all your help!!!