3 Questions: X button + Checkmark symbol (other color CSS); change add to cart
-
Hi!
The plugin is awesome, unfortunately I couldn’t make some minor changes via CSS, maybe you guys can help me with that.
1. The X button in the upper right corner of the quiz is not visible, I would like to give the X a dark color, but I have trouble finding the CSS class for the X.
2. During quiz choices, when I click on one option, the checkmark symbol is barely visible. Same thing as question 1, I’d like to give that a darker color.
3. At the results page I would like to replace the “add to cart” button text with the German equivalent. Any idea how I can change the text?
Via CSS didn’t work at the button, but for the “read more” it worked.
I used this code for it:.lq-readmore span {
display: none !important;
}.lq-readmore:after {
content: ‘mehr erfahren’;
}It would be awesome if you guys helped me out, I’m at my wit’s end here and sadly the plugin doesn’t offer easier solutions on how to style these 3 things.
Regards, MH
- The topic ‘3 Questions: X button + Checkmark symbol (other color CSS); change add to cart’ is closed to new replies.