Remove Tag And Date - Question | JoomShaper

Remove Tag And Date

M

miguel

Extension 1 year ago

Hello, I have a question: how to delete the Tag and the date of the SP simple portapollio? I don't want it to be visible in the description of the photos. Thanks

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #113122

Hi Miguel,

only via Custom CSS. Preview HTML code, check used class name, and then .... easy.

For example, to hide whole Meta area

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

Example custom CSS to hide date and Tag only:

.sp-simpleportfolio-created,
sp-simpleportfolio-tags {display: none;}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #113125

Hi

Thanks for contacting us. Could you please give me your site URL and also screenshot of your issue?

-Regards.

0
M
miguel
Accepted Answer
1 year ago #113137

Ok thanks for your answer, could you show me where is the CCS?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #113139

Read Helix or template documenation.

In most cases in Templates > Template_Name > Template Options > Custom Code > Custom CSS

0
M
miguel
Accepted Answer
1 year ago #113249

Ok Thanks.

0