dl_23 Posted September 30, 2021 Posted September 30, 2021 I'm trying to target specific list items (with cards) for color changes. I was able to make it work once using this code in Custom CSS: #yui_3_17_2_1_1632946292246_406 [data-is-card-enabled="true"] {background-color: #23479f} but later discovered that #yui codes change every time the page is refreshed. I also haven't been able to change anything but the border color, using this code at the moment: .list-item:nth-child(3) [data-is-card-enabled="true"] {border:5px solid darkblue} Which 1) changes the border instead of the background-color, and 2) changes every list on the site instead of just one. Any help on this would be greatly appreciated. Thanks! P.S. The site currently is not approved for public view, but I can remove some elements and give the URL if necessary. Thanks again!
tuanphan Posted October 3, 2021 Posted October 3, 2021 Hi, You can duplicate the site & share the duplicated site url. We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.