Announcement

Collapse
No announcement yet.

Popup backgrounds

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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.

    #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


      #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