How to - Customization Tips | SP Simple Portfolio - Documentation | JoomShaper

SP Simple Portfolio

Updated Last: 13 April 2023

How to - Customization Tips

How to hide: date, tags, and View Project button

To hide that block you have to use custom CSS:

.sp-simpleportfolio .sp-simpleportfolio-meta {display: none; width:0%;} 
.sp-simpleportfolio .sp-simpleportfolio-description {
  width: 100%; float: none;}

How to hide date and tags only

If you decided to hide only the Date and Tag block, also you have to use custom CSS:

.sp-simpleportfolio-created,
sp-simpleportfolio-tags {display: none;}