Hi. I'd like to change a few things on my Portfolio page if possible.
1. Is there a way to remove the 'All' from the category options and only show the actual categories I've assigned?
2. How do I change the Page Title colour? I've tried from the Portfolio customize settings but it didn't seem to take.
3. Is it possible to reduce the container size and the featured image size in the linked Project pages in the portfolio? See the Landscapes section of the Portfolio for a full sample Project page. I find both the image and the write up to take up too much of the screen.
4. Is there a way to custom arrange (sort) the projects so that they show up in an order I can assign.
1/ "All" here is all posts come with your filter. In this case, all tab here will total all posts from your categories: "Florals" and "Landscapes". And you can't hide this tab.
2/ You can try add more this code to Customize > Custom CSS to do that:
.penci-page-header h1{ color: #ff0000; }
Change color code ff0000 to any color code as you want. You can get a color code here
3/ You can try add more this code to Customize > Custom CSS to do that:
4/ Because the mansory layout will be display mixed the items inside it ( see some examples here ), so even you sort it by the way you want, it can be mixed again when use mansory layout. So, if you want to do that, I recommend you use portfolio "Grid" layout.
Hi. I'd like to change a few things on my Portfolio page if possible.
1. Is there a way to remove the 'All' from the category options and only show the actual categories I've assigned?
2. How do I change the Page Title colour? I've tried from the Portfolio customize settings but it didn't seem to take.
3. Is it possible to reduce the container size and the featured image size in the linked Project pages in the portfolio? See the Landscapes section of the Portfolio for a full sample Project page. I find both the image and the write up to take up too much of the screen.
4. Is there a way to custom arrange (sort) the projects so that they show up in an order I can assign.
Thank you and please forgive all the questions.
Kat
Hi,
1/ "All" here is all posts come with your filter. In this case, all tab here will total all posts from your categories: "Florals" and "Landscapes". And you can't hide this tab.
2/ You can try add more this code to Customize > Custom CSS to do that:
Change color code ff0000 to any color code as you want. You can get a color code here
3/ You can try add more this code to Customize > Custom CSS to do that:
Change value 800 to value as you want.
4/ Because the mansory layout will be display mixed the items inside it ( see some examples here ), so even you sort it by the way you want, it can be mixed again when use mansory layout. So, if you want to do that, I recommend you use portfolio "Grid" layout.
Also, you can try use plugin https://wordpress.org/plugins/post-types-order/ to re-order the projects.
Best Regards,
PenciDesign
Thank you so much. You are genius. Really appreciate the help.