Light Classic theme styling capabilities
Classic theme
				
					theme: classic 
				
			
		Without tokenisation
Card
Payment Widget card without any saved cards.
 
															Truevo form container
The Truevo form container’s background can be customised.
				
					#truevo_form_container, .truevo-apple-pay-or-span {background: #ffe5b4 !important;} 
				
			
		 
															Transparent background
The widget background colour and shadow can be transparent.
				
					#truevo_form_container, .truevo-apple-pay-or-span {
  background: transparent !important;
  box-shadow: 0 4px 8px transparent !important;
} 
				
			
		 
															"Pay by card" heading
- The heading text colour and font can be customised.
- The border line colour and size can also be customised.
				
					/* Heading text */
#truevo_form_container
  > .truevo-card-main-container
  > .truevo-new-card-container
  > .truevo-pay-by-card
  > .truevo-pay-by-card-txt {
  color: #fc9d44 !important;
  font-size: 18px !important;
}
/* Border line */
#truevo_form_container
  > .truevo-card-main-container
  > .truevo-new-card-container
  > .truevo-pay-by-card {
  border-bottom: 3px solid #a6c54c !important;
} 
				
			
		 
															Tooltip
The tooltip background and text colour can be customised.
				
					.truevo-default-ip-label.truevo-security-label-div > .truevo-card-cvc-img-div > .cvv-info {
  background: #fc9d44 !important;
  color: #fff !important; 
} 
				
			
		 
															"Save card details" checkbox
The “Save card details” checkbox can be customised.
				
					/* Change Checkbox label color */
#truevo_form_container
  > .truevo-card-main-container
  > .truevo-new-card-container
  > .truevo-buttons-div
  > .truevo-options-div
  > .truevo-each-option-div
  > label {
  color: #787878 !important;
}
/* To style checkbox */
#truevo_form_container
  > .truevo-card-main-container
  > .truevo-new-card-container
  > .truevo-buttons-div
  > .truevo-options-div
  > .truevo-each-option-div
  > label
  > span {
  border: 1px solid #fc9d44 !important;
}
#truevo_form_container
  > .truevo-card-main-container
  > .truevo-new-card-container
  > .truevo-buttons-div
  > .truevo-options-div
  > .truevo-each-option-div
  > label
  > input:checked
  ~ span {
  border: 1px solid #fc9d44 !important;
  background: #fff !important;
}
/* Style after it is checked */
#truevo_form_container
  > .truevo-card-main-container
  > .truevo-new-card-container
  > .truevo-buttons-div
  > .truevo-options-div
  > .truevo-each-option-div
  > label
  > input:checked
  ~ span:after {
  border: solid #fc9d44 !important;
  border-width: 1px 1px 0 0 !important;
}
 
				
			
		 
															Active "Pay" button
The “Pay” button can be customised when it’s in active state.
				
					.truevo-default-btn.truevo-pay-btn {
  background: #fc9d44 !important;
  color: #000 !important;
} 
				
			
		 
															"OR" separator
The text size and colour of the “OR” separator can be customised.
				
					.truevo-apple-pay-or-span {
  color: #fc9d44 !important;
  font-size: 12px !important;
} 
				
			
		 
															Footer
The border line and text style of the footer can be customised.
				
					#truevo_form_container > .truevo-footer-div {
border-top: 2px solid #a6c54c !important;
color: #fc9d44 !important;
} 
				
			
		 
															With tokenisation
Card
Payment Widget card with cards already saved.
 
															Truevo form container
The Truevo form container’s background can be customised.
				
					#truevo_form_container
  > .truevo-card-main-container
  > .truevo-saved-cards-container
  > .truevo-each-card {
  background: #ffe5b4 !important;
} 
				
			
		 
															Transparent backgound
The widget background colour and shadow can be transparent.
				
					#truevo_form_container, .truevo-apple-pay-or-span {
  background: transparent !important;
  box-shadow: 0 4px 8px transparent !important;
} 
				
			
		 
															"Pay with a saved card" heading
- The heading text colour and font can be customised.
- The border line colour and size can also be customised.
				
					#truevo_form_container
  > .truevo-card-main-container
  > .truevo-saved-cards-container
  > .truevo-saved-cards-title-div {
  color: #fc9d44 !important;
  font-size: 18px !important;
} 
				
			
		 
															Tooltip
The tooltip background and text colour can be customised.
				
					.truevo-default-ip-label.truevo-security-label-div
  > .truevo-card-cvc-img-div
  > .cvv-info {
  background: #fc9d44 !important;
  color: #fff !important;
} 
				
			
		 
															Saved card selector
The saved card selector colour can be customised.
				
					/* Checked radio button */
#truevo_form_container
  > .truevo-card-main-container
  > .truevo-saved-cards-container
  > .truevo-each-card
  > .truevo-radio-button-div
  > .truevo-select-card[checked="true"] {
  box-shadow: 0 0 0 1px #fc9d44 !important;
  background: #fc9d44 !important;
}
/* Unchecked radio button */
span.truevo-default-radio.truevo-select-card {
  box-shadow: 0 0 0 1px #fc9d44 !important;
} 
				
			
		 
															Cardholder name
The cardholder name colour and text size can be changed.
				
					#truevo_form_container
  > .truevo-card-main-container
  > .truevo-saved-cards-container
  > .truevo-each-card
  > .truevo-card-details
  > .truevo-card-details-div
  > .truevo-card-name {
  color: #fc9d44 !important;
} 
				
			
		 
															Card details
The card details colour and text size can be changed.
				
					#truevo_form_container
  > .truevo-card-main-container
  > .truevo-saved-cards-container
  > .truevo-each-card
  > .truevo-card-details
  > .truevo-card-details-div {
  color: #fc9d44 !important;
  font-size: 14px !important;
} 
				
			
		 
															"Remove" button
The saved card’s “Remove” button can be customised.
				
					#truevo_form_container
  > .truevo-card-main-container
  > .truevo-saved-cards-container
  > .truevo-each-card
  > .truevo-card-details
  > .truevo-each-card-button-div
  > button {
  color: #fc9d44 !important;
} 
				
			
		 
															"Use new card" button
The “Use new card” button can be customised.
				
					/* To style button label */
#truevo_form_container
  > .truevo-card-main-container
  > .truevo-new-card-btn-div
  > label {
  color: #fc9d44 !important;
}
/* To style plus button */
.truevo-plus-button {
 border: 1px solid #fc9d44 !important;
} 
				
			
		 
															Active "Pay" button
The “Pay” button can be customised when it’s in active state.
				
					.truevo-default-btn.truevo-pay-btn {
  background: #fc9d44 !important;
  color: #000 !important;
} 
				
			
		 
															"OR" separator
The text size and colour of the “OR” separator can be customised.
				
					.truevo-apple-pay-or-span {
  color: #fc9d44 !important;
  font-size: 12px !important;
} 
				
			
		 
															Footer
The border line and text style of the footer can be customised.
				
					#truevo_form_container > .truevo-footer-div {
  border-top: 2px solid #a6c54c !important;
  color: #fc9d44 !important;
} 
				
			
		 
															"Use a new card" heading
The “Use a new card” heading and text size can be customised.
				
					#truevo_form_container
  > .truevo-card-main-container
  > .truevo-new-card-container
  > .truevo-pay-by-card
  > .truevo-pay-by-card-txt {
  color: #fc9d44 !important;
  font-size: 18px !important;
} 
				
			
		 
															Messages
"Remove card" confirmation
The “Remove card” confirmation message is displayed when a customer selects the “Remove” button.
 
															Background
The confirmation message background colour can be customised.
				
					.truevo-modal-block { background: #ffe5b4 !important; } 
				
			
		 
															Heading
The heading colour and size can be customised.
				
					.truevo-card-header {
    color: #fc9d44 !important;
    font-size: 18px !important;
} 
				
			
		 
															Descriptor text
The descriptor text colour and size can be customised.
				
					.truevo-info-text {
  color: #fc9d44 !important;
  font-size: 13px !important;
} 
				
			
		 
															Buttons
The button colours can be customised.
				
					/* card buttons color */
/* Confirm button */
.truevo-btn-modal-remove__popup {
  background: #fc9d44 !important;
  color: #fff !important;
}
/* Cancel button */
.truevo-btn-modal-cancel__popup {
  background: #fff !important;
  color: #fc9d44 !important;
  border-color: #fc9d44 !important;
} 
				
			
		 
															"Success" heading
The heading colour of the “Success” or “Rejected” message can be customised.
				
					#truevo_form_container
  > .truevo-card-result-div
  > .truevo-card-result-div-title {
  color: #fc9d44 !important;
  font-size: 23px !important;
} 
				
			
		 
															"Success" descriptor text
The descriptor text colour of the “Success” or “Rejected” message can be customised.
				
					#truevo_form_container
  > .truevo-card-result-div
  > .truevo-card-result-div-description {
  color: #fc9d44 !important;
  font-size: 16px !important;
} 
				
			
		