Custom CSS for Modals
-
I’m trying to customize my modals and it’s working EXCEPT…the difference in #eModal-3 doesn’t show up. Actually, the customization for #eModal-3 doesn’t work at all. It’s like the custom CSS only allows for customization of one Modal. You can see that the difference in the modals is only the border color.
Can anyone see what I might be doing wrong and how I can be able to customize all my modals?
Thanks in advance for the help.
Here is the CSS code I’m using:
#eModal-1 {
height: 400px;
width: 400px;
border-radius: 200px !important;
background-color: #525252 !important;
border: 5.5px solid #ECA846 !important;
}
#eModal-3 {
height: 400px;
width: 400px;
border-radius: 200px !important;
background-color: #525252 !important;
border: 5.5px solid #26235B !important;
}
- The topic ‘Custom CSS for Modals’ is closed to new replies.