[HELP] card widget collapse/expand text #4288
Unanswered
the-provost
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to change the card widget open and hide icons and add a line of text next to the icon for them ('Show' and 'Hide') but I have been unable to do so. I looked at current solutions and only found one to change the icon. #3873
<button type="button" class="btn btn-tool btn-colapse" data-card-widget="collapse" data-expand-icon="fa-angle-double-down" data-collapse-icon="fa-angle-double-up"><i class="fas fa-angle-double-up"></i></button>
Please help me add a line of text next to the button that changes based on collapsed or not.
Beta Was this translation helpful? Give feedback.
All reactions