Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2488901
Portfolio
Closed

Comments

  • KatkaG started the conversation

    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

  •  2,699
    PenciDesign replied

    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:

    .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:

    .portfolio-page-content{ max-width: 800px; margin-left: auto; margin-right: auto; }

    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

  • KatkaG replied

    Thank you so much. You are genius. Really appreciate the help.