Knowledge Base
Print Template CSS Elements
Coupon Wrap – Print
wraps each coupon
example: the main wrapper for each coupon:
.print_coupon .cctor_coupon_container { }
example: the main wrapper for a single coupon with ID #450
.print_coupon #coupon_creator_450 { }
Coupon Outside Border – Print
example: the outside dashed border for each coupon:
.print_coupon .cctor_coupon_container .cctor_coupon { }
example: the outside dashed border for a single coupon with ID #450
.print_coupon #coupon_creator_450 .cctor_coupon { }
Coupon Content Wrap and Inside Border – Print
example: the inside solid border for each coupon:
.print_coupon .cctor_coupon_container .cctor_coupon_content { }
example: the inside solid border for a single coupon with ID #450
.print_coupon #coupon_creator_450 .cctor_coupon_content { }
Coupon Deal – Print
example: the coupon deal(h3) for each coupon:
.print_coupon .cctor_coupon_container .cctor_coupon_content h3 { }
example: the coupon deal(h3) for a single coupon with ID #450
.print_coupon #coupon_creator_450 .cctor_coupon_content h3 { }
Coupon Terms – Print
example: the coupon terms for each coupon:
.print_coupon .cctor_coupon_container .cctor_deal { }
example: the coupon terms for a single coupon with ID #450
.print_coupon #coupon_creator_450 .cctor_deal { }
Coupon Expiration – Print
example: the coupon expiration for each coupon:
.print_coupon .cctor_coupon_container .cctor_expiration { }
example: the coupon expiration for a single coupon with ID #450
.print_coupon #coupon_creator_450 .cctor_expiration { }
Coupon Click To Print Link – Print
example: the “Click to Print” link for each coupon:
.print_coupon .cctor_coupon_container .cctor_opencoupon { }
example: the “Click to Print” link for a single coupon with ID #450
.print_coupon #coupon_creator_450 .cctor_opencoupon { }