Yes, you can change the background color of a button in Webflow when it's clicked. Here's how you can achieve this:
1. Select the button element in the Webflow Designer.
2. In the Style panel on the right, scroll down to the "States" section.
3. Click on the "+ New State" button and select "Clicked" from the dropdown menu.
4. Now, you'll see a new set of styling options specific to the clicked state of the button.
5. To change the background color, click on the color picker next to the "Background" property.
6. Select a new color for the background of the button when it's clicked.
7. You can also customize other properties like text color, border color, padding, etc., for the clicked state of the button.
Once you've made these changes, the button's background color will switch to the specified color when it's clicked.
It's important to note that these style changes will only be visible in the Webflow Designer. To see the changes on the published website, you need to publish the site or update the page preview.
Additionally, if you want to add more interactivity or animation to the button on click, you can use Webflow's Interactions feature or custom code. With Interactions, you can create more dynamic effects like hover animations, transitions, and more.