26 lines
420 B
SCSS
26 lines
420 B
SCSS
.single-da_image .wp-post-image { // Attempt to hide featured image on DA image preview
|
|
display: none !important;
|
|
}
|
|
|
|
.da-address-wrapper {
|
|
background: #efefef;
|
|
color: black;
|
|
font-size: 0.75em;
|
|
opacity: 1;
|
|
padding: 1em;
|
|
position: absolute;
|
|
z-index: 999999;
|
|
p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.da-address-close {
|
|
cursor: pointer;
|
|
font-size: 1.333em;
|
|
line-height: 1;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
} |