- Help Center
- Printer Bridge
- FAQ | HTML/CSS
-
Printer Bridge
- Launching Your Site | Company Variable & Email Set Up
- Launching Site | Payment Set Up
- Launching Site | Storefront Customization Setup
- Launching Site | Pricing & Product Setup
- Launching Site | Shipping Setup
- Launching Site | Placing a Test Order
- Launching Site | Marketing & SEO
- Learning Center | Admin/Store Set Up
- Learning Center | Order Related
- Learning Center | Product Related
- Learning Center | Contact Blaster
- Learning Center | Corporate Portal
- Learning Center | Online Designer
- Learning Center | User Roles / ACL
- General FAQ
- FAQ | Storefront Customization & CMS
- FAQ | Site Features / Functionality
- FAQ | Order Related
- FAQ | HTML/CSS
- FAQ | Corporate Portal
- FAQ | Staff Management
- FAQ | Admin Reports
- FAQ | Shipping Related
- FAQ | Questions from our Canadian Customers
- FAQ | Sign-Up Questions
- eCommerce Myths
- Marketing Your Site | Marketing, Analytics and Stats
- Marketing Your Site | Meta Data
- Marketing Your Site | SEO Strategy
- Marketing Your Site | Email Campaigns
- Marketing Your Site | Social Media
How Do I Change the Color of the Place Order Button
The Place Order button needs to be changed through custom CSS coding. This resource will provide you with the code and show you where to place it.
You will need to apply this code in the CSS of the Theme settings. The code provided has a sample code of a Hex color. You will need to replace the Hex color with your own.
Place this code into the CSS of your Theme settings:
a.navbar-brand {
background: none;
background-color: #000000;
}