SP Simple Portfolio Tags - Question | JoomShaper

SP Simple Portfolio Tags

BH

Bernhard Huber

Extension 2 years ago

Hello guys,

I am using the Simple Portfolio Component. To use Simple Portfolio it is required to use Tags. These Tags are shown in several places on the website, but I do not want to display the tags, because they just repeat my headline. For better understanding here is a sample from my website with the tag "Rind". I want to make the text "Rind" invisible.

https://www.xn--hopfgartner-qualittsfutter-xhc.at/futtermittel/rinderfutter https://www.xn--hopfgartner-qualittsfutter-xhc.at/futtermittel/rinderfutter/22-futtermittel-fuer-rinder

Is there a way to make them invisible?

0
4 Answers
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #25008

Please use the code below in Custom CSS section. You can go to Templates -> Extensions -> Styles, select your template, then click on Template options and you can find the Custom code section, just add the css code there

.sp-simpleportfolio-tags {
    display: none;
}
.sp-simpleportfolio-title-wrap {
    font-size: 0px;
}

Please let me know if that works.

1
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #25006

Hello

Thank you for your query, let me have a look.

0
BH
Bernhard Huber
Accepted Answer
2 years ago #25036

Thank you works perfectly!

0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #25037

You are most welcome :)

0