A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
I am trying to change certain CSS attributes only on one Event Calendar Pro Instance in a site. Most of the other controls have the custom CSS option in the General area but I dont see it for this control.
Is there a way for me to make these changes? I was thinking of adding the CSS to the page via an HTML Control but I can't change the content when they actually select a calendar event.
Here is what I am actually trying to do in case there is a better way:
- Have an event that has limited seating capacity (max tickets)- Is free to register- Does not show ticket price: free on the event details- Does not show ticket price on the event registration page- Does not show the Order Total on the registration page
I was going to use custom CSS to hide them for this instance of the control. I cant do it globally because we use the control elsewhere for paid events.
Thanks,
Tom
mojoPortal Hosting & Design @ i7MEDIA!
If you actually have a separate instance of the calendar for your event, and if you're just needing a class, I suggest using a body class for the page the calendar is on, then changing/hiding whatever you need via that.
After a crash course in CSS Selectors I am good to go. Thanks for the advice, the body CSS tag worked like champ!
Thanks Isaac!