Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    It depends on which stylesheet you’re using. You can customize them widely using CSS. You can only change the color by using a custom filter to replace the image that’s present by default with an alternate method of showing the image.

    Here’s an example showing how to swap out the default calendar icon with an alternate:

    https://github.com/joedolson/plugin-extensions/blob/master/my-calendar/mc-close-button.php

    Thread Starter drlester

    (@drlester)

    Thanks, Joe. I got the X on the left with this:

    .mc-main .details .close {
        float: left;
        width: 16px !important;
        padding: 2px 2px 7px 7px;
    }

    I’ll have to give some more thought to getting the X darker. I think maybe the theme is involved here because the X was a lot darker with a different theme.

    Lane

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Placement of X's in Grid Event Pop-ups’ is closed to new replies.