How can I change some CSS

Home Forums Calendar Products Events Calendar PRO How can I change some CSS

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1078761
    Philippe
    Participant

    Hi,

    Could you tell me how can I change some CSS?
    In this calendar wiew, how can I change the background of the past event?
    url : https://digital-learning-academy.com/events/

    In the event view, how can I change the background title (I don’t want the green value)
    url : https://digital-learning-academy.com/event/chat-hebdo-2016-2016-02-02/

    Many thanks,
    Philippe.

    #1079769
    Geoff
    Member

    Howdy Philippe,

    Good question. You can change any CSS by adding it to your theme’s style.css file or using a plugin like Simple Custom CSS.

    In this case, targeting a past event would look something like this:

    .tribe-events-calendar td.tribe-events-past {
    background: #333 !important; /* or whatever color you'd like */
    }'
    
    ...and for the title background color:
    
    

    .single-tribe_events .sidebar .tribe-events-single-section-title {
    background-color: #333 !important; /* or whatever color you’d like */
    }`

    Will this work for you? Please let me know. 🙂

    Cheers,
    Geoff

    #1086259
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How can I change some CSS’ is closed to new replies.