I want to adjust some minor changes on the portfolio grid. If the post number is set to ‘All’, all the categories will be visible above the images.
My questions are:
How can i change the font type and size because they are to small? And how can i delete the “all’ text (and function) so when the portfolio is visible the first category is active in stead of ‘All’?
Kind regards,
Hi stefan872!
You can target those links with CSS like so.
.av-sort-by-term a { font-size: 16px !important; font-family: verdana !important; }
I don’t see an easy way of changing the default masonry sort though. That would take a lot of time and code and would have to be considered custom work. You can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and perhaps we’ll see an option for this get added in a future update.
Cheers!
Elliott
Thank for the help elliot!