Home Forums Jevelin Theme Personalize category page of Portfolio Reply To: Personalize category page of Portfolio

Home Forums Jevelin Theme Personalize category page of Portfolio Reply To: Personalize category page of Portfolio

Solution for this topic

You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.tax-fw-portfolio-category .sh-portfolio-description {
    display: none;
}