Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    Sure. You can over ride any modal styles with the following CSS selectors.

    .modal {} // all modals
    .modal.theme-1 {} // if you have pro and multiple themes
    #eModal-1 {} // targets individual modals by id.
    You may need to add !important to some rules

Viewing 1 replies (of 1 total)
  • The topic ‘Setting image as background’ is closed to new replies.