Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Calendar Popup color

Calendar Popup color 11 years 5 months ago #20830

  • bknt011
  • bknt011's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
Hi,
can I change the color of the textbackground in the popup?
It should be the color of the event-category.

Gerhard

Please Log in or Create an account to join the conversation.

Calendar Popup color 10 years 5 months ago #23379

  • lgalaxy
  • lgalaxy's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 14
  • Thank you received: 0
I am looking for this option as well. Having difficulty locating the rule in css (those tricky hover states).

Please Log in or Create an account to join the conversation.

Calendar Popup color 10 years 5 months ago #23381

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
If you are talking about the event title in the calendar popup, it is at the very bottom of this file:

/components/com_dtregister/assets/css/calendar/calendar.css

/* Calendar Popup */
.event_title {
font-weight: bold;
margin: 0px 0px 5px 0px;
padding: 3px 4px 3px 4px;
background: #774f09;
color: #ffffff;
}

It's one color for all of the popups and does not change per category.

If you want to change the color of the background in the popup behind the rest of the text, you could add this to that same CSS file:

.ui-tooltip-content {
background: #ffffff;
}

Just make the color whatever you want there... and add any other styling desired.

Please Log in or Create an account to join the conversation.

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .
  • Page:
  • 1
Time to create page: 0.133 seconds