• 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: Removing little icons from Calendar view.

Removing little icons from Calendar view. 13 years 11 months ago #13525

  • abigscot
  • abigscot's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Hi, does anyone know how to remove the little calendar icons next to each event in my calendar view?
www.competenetwork.com/events
And what are they for anyway? :-)

Hope for quick help
all the best
David
The administrator has disabled public write access.

Re:Removing little icons from Calendar view. 13 years 11 months ago #13526

  • abigscot
  • abigscot's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
I forgot about using Firebug so was able to fix it myself, I just commented out the image line from the css code.

table.rsevents_calendar_component td.has-events a.hasTip {
margin: 3px;
display: block;
/* background: url(calendar_event.png) no-repeat left top; */
padding-left: 0px;
}

in the file...
/components/com_rsevents/assets/calendar/default/default_component.css

I also changed the margin from 6px to 3px and padding-left from 20px to 0px.
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!