Changing Buttons Style
Chamevo lets you change the appearance of action buttons such as “Start Customization” or “Share”. This way, you can make them match your shop’s theme or apply unique custom styles.
Where to Find the Setting
Go to:
- **Settings **in Wordpress Dashboard
- General Settings
- Select Layouts Menu
- Option to define a CSS class for these action buttons.
- Save Changes

Why Use This Feature?
- Keep all buttons in your shop visually consistent.
- Match Chamevo buttons to your theme’s existing button styles.
- Apply your own custom CSS for unique designs.
Example: Applying Custom CSS
If you want to style the buttons yourself, add your custom CSS to your theme or child theme. For example:
.fpd-secondary-btn {If your theme already has a main button style, you can simply assign the same CSS class here. That way, Chamevo’s action buttons will automatically inherit the theme’s styling.
background: #f9f9f9;
font-size: 20px;
font-weight: bold;
}
Updated on: 04/11/2025
Thank you!