Content area modal background

Hi there!

I’d like to add a background image to my content area modals. They will be on two specific pages, so they are not necessarily a global item, although the background images will be the same. Would you please direct me on how to do this?

Thank you!

Hi,

To achieve that, you can add a class to your content modal element.

Then add the code below in Theme Options > CSS

.my-modal .x-modal-content {
   background-color:red;
}

Change red with the color that you like.

Hope that helps

1 Like

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