Beefish Posted March 14 Share Posted March 14 Quote id="collection-65f337adfccf4f514b0ff8eb" /* accordion title colors */ li.accordion-item:nth-child(1) .accordion-item__title { color: white; } This is the code I had, think I messed it up as it is not working. Just want white accordion tiles for the pages i build. I know I will have to change the Id for each page. Is there an easier way to apply to only specific pages? TYIA Link to comment
tuanphan Posted March 17 Share Posted March 17 You can edit that page > Add a Block > Choose Code > Then paste this code <style> .accordion-item__title { color: white !important; } </style> 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment