Popup backgrounds

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • edco
    Mivite Lite

    • Feb 2015
    • 6

    #1

    Popup backgrounds

    Using the Base ReadyTheme and can't seem to find where the background color is set on the popups for the basket and the shipping estimates. Any help with this would be greatly appreciated.
  • Brennan
    Super Moderator









    • Jun 2009
    • 3481

    #2
    Re: Popup backgrounds

    The modal popups have a class of "modal-content" which you can add a style to

    .modal-content{
    background-color: #000;
    }
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    • edco
      Mivite Lite

      • Feb 2015
      • 6

      #3
      Re: Popup backgrounds

      Originally posted by Brennan View Post
      The modal popups have a class of "modal-content" which you can add a style to

      .modal-content{
      background-color: #000;
      }
      Thank you, that is exactly what I was looking for.

      Comment

      Working...
      X