I can’t figure out how to change the height of the testimonial slider pagebuilder element using CSS. There are so many selectors… We want to make it narrower in height.
We also want to hide the centered quotation mark, which I was able to do with this CSs, but maybe there is a better way?
.ss-quote {
display: none!important;
}
Can you help me figure out what selectors to use to make it about 40% less tall overall, without making the text content disappear? We are just using a plain red background on it with white type.
Thank you.
There is one other thing — we want to add a background graphic element (a ghosted quote mark), off center to the left of the box, in the background. I realize that’s a lot to ask, but while you are in there, if it’s not too much and you can tell me what the best selectors would be to attach a discrete image to, to appear behind the quote (not a full-screen image), that’d be great! Thanks again.