Guest Posted March 23, 2023 Share Posted March 23, 2023 Is there any way to hide or remove an icon in an accordion ? I see settings for size and placement, etc, but no mechanism to turn them on/off. I believe this is a 7.1 site, it's new, but I'm not seeing a way to have it tell me what version it is. Thanks ! Link to comment
Mark.Hook Posted March 24, 2023 Share Posted March 24, 2023 If you want to post a link to your website then this should be pretty simple to do with a little css. tuanphan 1 Lead Developer at [Hook Creative][1] in Springfield, MO. [1]: http://www.hookcreative.co Link to comment
tuanphan Posted March 24, 2023 Share Posted March 24, 2023 Hi, You mean Plus/Minus icon? 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
moonfang Posted March 29, 2023 Share Posted March 29, 2023 (edited) if you have the accordion menu set to arrow, use this. otherwise you'll need to identify the class name and replace "arrow" with whatever the icon is. just open up design > custom css, add this code, and save. /* Target the arrow div element and destroy it with the might of a thousand suns */ .arrow { display: none !important; } Edited March 29, 2023 by moonfang The-Design-Order 1 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