• 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: Calendar page - event title font and color - How

Calendar page - event title font and color - How 6 years 5 months ago #37458

  • lyochum1
  • lyochum1's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
I am having a heck of a time trying to figure this out...
How can I change the color and font of the event title that comes up in the calendar page?
The administrator has disabled public write access.

Calendar page - event title font and color - How 6 years 5 months ago #37459

  • dragos
  • dragos's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 557
  • Thank you received: 102
Hello,

You can try adding the following css rule in one of your template css files:
.rsepro-calendar-events .event a {
	color:your_color_here;
	font-family: your_font_here;
}
The administrator has disabled public write access.

Calendar page - event title font and color - How 6 years 5 months ago #37460

  • lyochum1
  • lyochum1's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Thank you so much for the reply.

You are awesome!
That worked great. I had to add that line but it worked!

THANK YOU AGAIN!
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!