• How do I put a line break in the “Deal”? Currently it reads
    18 Hole Walking – 10
    Tickets $32 each

    I would like the 10 to be on the second line.

    How do I change the font size and weight for “Terms”? I was able to change the weight to normal on the main coupon, but not on the Print version. I would like the font size to be larger.

    How do I make the coupon wider?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brian

    (@brianjessee)

    Hi,

    Thanks for using the Coupon Creator. I can help out.

    For the title if you add a br tag. <br>

    Before the 10 it will move it to the second line.

    You can use this css to change the styling of the terms box.

    .print-coupon .cctor-terms {
    font-size: 20px;
    }


    You can use that css in the Coupon > Options > Display> Custom Coupon Styles.

    The Pro version has features to change the width of coupons. Otherwise you could do it with css with the main div class: cctor_coupon_container.

    Let me know if you have any follow up questions.

    Cheers

    Thread Starter ma3ry

    (@ma3ry)

    I should have said that I tried <br> and </br> and adding the CSS but neither works. Please see screenshot.
    https://ibb.co/gyBSv6j

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formating Coupon’ is closed to new replies.