Changing the Mini Tables HTML?

Home Forums Calendar Products Events Calendar PRO Changing the Mini Tables HTML?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21498
    Christian
    Participant

    Hy Guys, how can i change this:
    $return .= ( count($monthView[$day]) ) ? “$day” : $day;
    to this: $return .= ( count($monthView[$day]) ) ? “$day” : $day;

    cause i dont want a padding in the parent div. i want the wohle number(the Day with event) with a background-color not only a color for the number. for that i need a span on numbers with no event date.

    The best solution is to give the div the class tribe-events-mini-has-event instead of the a tag.
    hope you understand me.
    Greetz Christian

    #21499
    Christian
    Participant

    hmm the editor kicked the html. i want the last $day inside a span tag.

    #21501
    Jonah
    Participant

    Hi Christian,

    Can you please post your code to http://snippi.com/

    Thanks,
    Jonah

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing the Mini Tables HTML?’ is closed to new replies.