Knowledge Base
Image Print Template CSS Elements
Coupon Wrap – Print
wraps each coupon
example: the main wrapper for each image coupon:
.print_coupon .cctor_coupon_container { }
example: the main wrapper for a single image coupon with ID #450
.print_coupon #coupon_creator_450 { }
Coupon Outside Border – Print
example: the outside dashed border for each image coupon:
.print_coupon .cctor_coupon_container .cctor_coupon { }
example: the outside dashed border for a single image coupon with ID #450
.print_coupon #coupon_creator_450 .cctor_coupon { }
Image – Print
example: the image for each image coupon:
.print_coupon .cctor_coupon_container .cctor_coupon_image { }
example: the image for a single image coupon with ID #450
.print_coupon #coupon_creator_450 .cctor_coupon_image { }
Coupon Expiration – Print
example: the coupon expiration for each image coupon:
.print_coupon .cctor_coupon_container .cctor_expiration { }
example: the coupon expiration for a single image 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 image coupon:
.print_coupon .cctor_coupon_container .cctor_opencoupon { }
example: the “Click to Print” link for a single image coupon with ID #450
.print_coupon #coupon_creator_450 .cctor_opencoupon { }