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