• The calendar keeps showing X boxes on the right-hand side of the grid – how do you remove these?

    The page I need help with: [log in to see the link]

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

    (@joedolson)

    That’s a style collision with the CSS in your theme; you can see the theme’s styles on line 1210 of /wp-content/themes/Molti/styles.css

    Basically, the theme and the plugin are using the same class for styling, and interfering with each other.

    You could add a class in custom styles like .mc-main .open::before { display: none; }

Viewing 1 replies (of 1 total)

The topic ‘Formatting issue on calendar’ is closed to new replies.