Hi
I’m using the advanced-map example, i need to change the background of the card to an image with a pattern.
i tried doing background color and i can’t select it with css.
it does not apply background property.
what am i doing wrong
.card-title {
position: absolute;
top: 36%;
font-size: 3.0em;
width: 100%;
font-weight: bold;
color: #fff;
}
ion-card {
position: relative;
text-align: center;
background-color: blue;
}
any tips are welcome thanks