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;}

1 Like

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?

1 Like

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

1 Like

Thanks so much !!

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.