How To Disable "Comments" In Travus "Packages" - Question | JoomShaper

Celebrate JoomShaper's Sweet 16 with Flat 35% OFF!

How To Disable "Comments" In Travus "Packages"

R

Roderick

Template 2 years ago

Hello,

I'm trying to disable the "Comments (0)" in Travus "Packages". Can't seem to find where I can do this.

Appreciate any help.

Thank you.

Rod

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #159800

Hi Rod.

  1. Check in component settings.
  2. You can always use Custom CSS, a single line:

.user-comments-title.is-uppercase {display: none; }

OR

.spbooking-row.accomodation-user-comments {display: none;}


Travus Template Options > Custom Code > Custom CSS

0
R
Roderick
Accepted Answer
2 years ago #159878

Hello Paul,

Thank you very much for your advice and patience. "Comment" is now not displayed.

Regards,

Rod

0