• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Hide Tooltips in RSForm! Pro » directory view

Hide Tooltips in RSForm! Pro » directory view 9 years 2 months ago #34319

  • mosig
  • mosig's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Is it possible to hide the tooltips in in RSForm! Pro » directory view or to move them?
We tried to find the files, where we can edit them, but with no success.

Edit: now we got the tooltip class (.tooltip-inner). so we can set it to display none.
Last Edit: 9 years 2 months ago by mosig.
The administrator has disabled public write access.

Hide Tooltips in RSForm! Pro » directory view 7 years 2 months ago #37869

You can add this to the "Add your own CSS"
<style>
.popover {display: none !important;}
.tooltip-inner {display: none !important;}
</style>
Last Edit: 7 years 2 months ago by timo.rouhunkoski.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!