CSS code to change favorite color doesn't work



[data-test="app-toggle-icon-overlay"]>svg>path {
fill: yellow;
}

i'm trying to find the new code. Any help ??

Thanks in advance

what exactly are you trying to do?
changing favorites heart color in the inline list?

.top-right-content{
color:green !important;}

Yes, change color of heart

It was working fine until yesterday, but today the CSS code no longer works

you need to be more specific… which element you are trying to change

I want to change the color of the heart


Color in yellow, not white

and the code I posted is not working?

It works fine!! Thanks !!

I had this other code and doesn’t work:



[data-test="app-toggle-icon-overlay"] >svg >path {
fill: gold;
}

glide change some tags… so many codes might be outdated

Thanks so much !!