• 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.

    • This topic was modified 6 years, 3 months ago by spaldisa.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t figure out how to change button class’ is closed to new replies.