Can’t figure out how to change button class
-
How do you change the button’s class (defined in the html tag)?
I have found one of my buttons had its class changed to the wrong type on a recent update. You can see that the button with text ‘Resume’ is now incorrect and the button with text ‘Github’ is the correct class.
When I shift-click the element to customize, I only have the options to change its text, link, and target. Not its type.
When I inspect the element in chrome, I can see that its class is “btn btn-lg btn-primary” while the class that produces the correct result is “btn btn-lg btn-primary btn-outline”. How do I get it switched to the correct class?
Thanks.
The page I need help with: [log in to see the link]
- The topic ‘Can’t figure out how to change button class’ is closed to new replies.