Unable to change value for
I have been creating a script for a website and things have gone well until I tried to change the color of text around video content. The fields are like this or
<
h3 data-v-bd6b4f0e="" class="is-size-5">.
Note the ..... means random numbers/letters
When grabbing the rules I get:
.content-tile a[data-v-.....] {
color: #232323;
text-decoration: none;
}
I tried numerous way to change the color but couldn't figure it out. Can you?