- CampaignDrive Help Center
- CampaignDrive Knowledge Base
- Custom Site Theming
-
Getting Started
-
CampaignDrive Knowledge Base
- Your CampaignDrive Settings
- Site Communication
- Custom Site Theming
- User Generated Content in "My Stuff"
- User Experience Design
- Campaign Management
- Campaign Item Management
- Template Graphics Preparation
- Layout-Based Template Composition
- Dynamically Sized Layout-Based Templates
- Longform Layout-Based Templates
- Batch and Form Views
- HTML-Based Template Composition
- Section Style Template Composition/Section Style Groups
- Content Management
- Asset Management
- Approval Loops
- Sharing
- eCommerce
- Reporting and Data Exports
- Help Content
- End User Options
- Admin Resources
- Answers to Questions
-
Professional Services
Resource: Global Font Change
This is a code snippet to use in the "Advance Settings" area of the Theme Manager for updating the font in your CampaignDrive instance.
@import url('https://fonts.googleapis.com/css?family=Oswald');.navbar-primary .navbar-nav > li > a,
ul.dropdown ul li > a {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
font-size: 14px;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat');
* {
font-family: 'Montserrat', sans-serif;
}