selecting a label
-
I want to select a label and hiding its original content and add an image.
The label is:
<label for=”payment_method_angelleye_ppcp”>
And I tried this in code snippets pro to address / select it, but nothing seems to work:label[for=payment_method_angelleye_ppcp]
.label[for=payment_method_angelleye_ppcp]
label[for=”payment_method_angelleye_ppcp”]
.label[for=”payment_method_angelleye_ppcp”]
I’m happy for any suggestion or idea. I guess it would also be possible with JavaScript and something like document.querySelector(‘label[for=”ABC”]’)?
Really hope to make this work with CSS because actually I would want to exchange the insight of that label with an image.The page I need help with: [log in to see the link]
- The topic ‘selecting a label’ is closed to new replies.