• Resolved mikeboas

    (@mikeboas)


    I have a calendar that lists events at two different locations, imported from two different facebook pages. Can I make the the date box (which is blue by default) two different colors, one for each location? I’d like a quick, visual way for visitors to know what venue to see a show at.

    -M

Viewing 1 replies (of 1 total)
  • Plugin Author Xylus Themes

    (@xylus)

    Hello @mikeboas,

    Thanks for reaching out to us.

    If you are display event at different page then you can do that using custom css.
    you need to add page class or id to css it is possible if you are display event different page.only one page it is not possible.
    Please insert below custom css in Addtional css. replace “#039ED7” with your color code.

    .ife_event .event_date, .ife_widget_style1 .event_date {
    background-color: #039ED7 !important;
    }
    .ife_event .event_desc .event_title, .ife_widget_style1 .event_desc .event_name {
    color: #039ED7 !important;
    }

    Hope this will be helpful to you.
    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Different colors for different locations?’ is closed to new replies.