1) Is there a way to change the font size and color of the portfolio categories at the top of portfolio page? Maybe via CSS? 2) Can i arrange the whole categories row (http://stefankoeppel.com/: "all architecture art ...") centered to the page?
1. Add this CSS to your Custom CSS to change the color and size of the top filter:
.product-filter ul li a {
color: red;
font-size: 25px;
}
2. Ordering the categories in the Filter of Portfolio Items cannot be done directly through WordPress or the Theme Options, you can do it by using a plugin named Category Order and Taxonomy Terms Order, then you an simply Drag and Drop the categories of Portfolio that will appear in the Portfolio Filter.
Hello, i need your help please...
1) Is there a way to change the font size and color of the portfolio categories at the top of portfolio page? Maybe via CSS?
2) Can i arrange the whole categories row (http://stefankoeppel.com/: "all architecture art ...") centered to the page?
Thanks in advance.
Hi stefankoeppel,
1. Add this CSS to your Custom CSS to change the color and size of the top filter:
2. Ordering the categories in the Filter of Portfolio Items cannot be done directly through WordPress or the Theme Options, you can do it by using a plugin named Category Order and Taxonomy Terms Order, then you an simply Drag and Drop the categories of Portfolio that will appear in the Portfolio Filter.
Best regards,
Laborator Team