Hello, I have been modifying the classic cards and have so far used this css for each one:
}.card-1 .x-face-outer.front {
background-color: transparent !important;
background: url(“http://afreemankind.com/wp-content/uploads/2017/11/AR-edit.jpg”) no-repeat top center;
background-size: 100% auto;
}
.card-1 .x-face-outer.back {
background-color: transparent !important;
background: url("") no-repeat top center;
background-size: 100% auto;
Now that I have background photos on the front of the cards, how can I modify the backs of the cards to be 50% black and 50% transparent. Right now they are 100% transparent.
Also, is there a way in the “Front Title & Content” section of the element to put a black outline around my white title texts?.. Some parts of the background photos are white as well and the text bleeds into it and can’t be seen.
Thanks!