tuanphan Posted August 30 Share Posted August 30 You have an Accordion Block, and you want to change Down Arrow to Right Arrow. You can use this code to Custom CSS box li.accordion-item:not([data-is-open="true"]) .arrow { transform: translatey(-25%) rotate(-45deg); } Result To change arrow when accordion item is open, use this CSS code under li.accordion-item[data-is-open="true"] .arrow { transform: translatey(-25%) rotate(-135deg); } 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