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 #3539638
how to customize portfolio category page
Closed

Comments

  • soccerbbbb started the conversation

    Hi team, 

    I bought four Soledad license already and this is a very goof theme package.

    I have two question regarding portfolio features:

    1. how can I customize this portfolio page?
    https://maniandk.com/portfolio-category/commercial/

    2.  in this portfolio page  for the text overlay of each photo, I want to show the portfolio name, I want to skip the category name, may I know how to do that?


    Cheers


    Henry

  •  2,541
    PenciDesign replied

    Hi,

    1. Please go to Appearance → Customize → Portfolio → General: custom the portfolio page in this section,

    2. Navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .inner-item-portfolio .portfolio-desc span {
        display: none;
    }

    Regards,
    PenciDesign.