• 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 event icon on detail view

Hide event icon on detail view 6 years 10 months ago #36970

  • pierre
  • pierre's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
It is quite easy to add an event icon/images . However it also displays on top of the event detail view. I'd rather hide it of not see it there. Is there an easy way to do that?
Last Edit: 6 years 10 months ago by pierre. Reason: typo
The administrator has disabled public write access.

Hide event icon on detail view 6 years 10 months ago #36977

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 559
  • Thank you received: 102
Hello,

You can either:

- create a template override for the event details page (show.php) as instructed here:

www.rsjoomla.com/support/documentation/r...s-look-and-feel.html

..and comment out the following code line:

<div class="rs_image">
...
</div>

- add the following css code into one of your template's css files:

.rs_image {
display: none;
}
The administrator has disabled public write access.
The following user(s) said Thank You: pierre

Hide event icon on detail view 6 years 10 months ago #36978

  • pierre
  • pierre's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
That's it thanks a lot!
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!