M.E. Calender removed the Background Image

Hi there,

when I insert the calendar with the shortcode: [MEC id = “…”] into the page, the background image is removed.

If I remove the shortcode again, the background is back. What can I do?

Furthermore, the costum css of the calendar overwrites the settings of the themes, for example the text settings for p and li.

https://www.roadeagle-arnsdorf.de/meute/test/

Thanks and best regards Blume

Hello @Blume-REMC,

Thank you for writing in!

Normally, when you insert a MEC shortcode, it has a white background color. If you want to override it, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.site .mec-agenda-events-wrap {
  background-color: transparent !important;
}

Hope this helps. Kindly let us know.

Hello @RueNel

thanks for the quick answer, unfortunately this solution does not work.

Best regards Blume

Hi Blume,

In your test page, I can see you have set the background image to https://www.roadeagle-arnsdorf.de/meute/wp-content/uploads/Hintergrund.jpg but that image doesn’t seem to exist.

You can try changing it with this image https://www.roadeagle-arnsdorf.de/meute/wp-content/uploads/Hochmann-wir-beschriften-Sachsen.jpg just to check if it will work.

Thanks

Hi Paul,

where must i chanche this? I dont found this.

Best regards Blume

Hello @Blume-REMC,

You can change the site background image in X > Theme Options > Layout & Design > Background Options. Please replace the background image and the background pattern to update the images in your site’s background.

Hope this helps.

Tanks, it works!
Maybe you can also tell me how I can remove the white area in the pop-up window, so that the writing goes over the entire white area.

Best regards Blume

Hi Blume,

Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.mec-single-modal .col-md-4 {
    display: none;
}
.mec-single-modal .col-md-8 {
    width: 100%;
}

Hope that helps.

Hi @mldarshana,

thanks! Its works great!

Best Regards Blume

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.