I am trying to make the header of a modal transparent, but for the life of me I can not get this to work.
I have selected the background to transparent.
https://retail.thegunnery.co/test.php
Does anyone have any ideas?
I am trying to make the header of a modal transparent, but for the life of me I can not get this to work.
I have selected the background to transparent.
https://retail.thegunnery.co/test.php
Does anyone have any ideas?
Hello,
try this:
.bg-transparent1 .modal-content { background-color: transparent !important;
}
.bg-transparent1 .modal-content .modal-header {
background-color: transparent;
color:#000000;
}
.bg-transparent1 .modal-content .modal-body {
background-color:#ffffff;
}
Note: Add the class: bg-transparent1 to your modal.