Knowledge Base
Image Shortcode Template CSS Elements
Coupon Wrap – Shortcode
wraps each coupon
example: the main wrapper for each image coupon:
.cctor_coupon_container { }
example: the main wrapper for a single image coupon with ID #450
#coupon_creator_450 { }
Coupon Link – Shortcode
example: the link that wraps the content for each image coupon:
.cctor_coupon_container .cctor_wrap_link { }
example: the link that wraps the content for a image single coupon with ID #450
#coupon_creator_450 .cctor_wrap_link { }
Image – Shortcode
example: the image for each image coupon:
.cctor_coupon_container .cctor_coupon_image { }
example: the image for a single image coupon with ID #450
#coupon_creator_450 .cctor_coupon_image { }
Coupon Open Coupon Link – Shortcode
example: the “Click to Open in Print View” link for each image coupon:
.cctor_coupon_container .cctor_opencoupon { }
example: the “Click to Open in Print View” link for a image single coupon with ID #450
#coupon_creator_450 .cctor_opencoupon { }