====== Creating "Promotions" page in CMS ====== === 1. Add styles to a newly created page === Turn on the HTML view by pressing "< >" symbol in the page editor window. Then paste the following code: ---- ---- === 2. Add a page title === Paste the following code below (note: In this example a page title is "Promotions".): ----

Promotions

---- === 3.Add a promotions group title === Paste the following code below (note: In this example a promotions group title is "New Customer Offer".): ----

New Customer Offer

---- === 4. Add a grid container === The container is the place where you will create all promotions cards (note: Next step code you need to write inside this code.). Paste the following code below: ----
The next step code goes here.
---- === 5. Add a single promotion card == Paste the following code inside step four (4) code block: ----
100% First Deposit Bonus

We’ll match your first bonus of up to 20,000 TSh! Sign up today.

---- To change the image you need to replace the image link in this part of code **** Change promotion title (note: In this example, a promotion title is "**100% First Deposit Bonus**".) Change promotion sub-title (note: In this example, a promotion sub-title is "**We’ll match your first bonus of up to 20,000 TSh! Sign up today.**".) Change link to full promotion description. To change it you need to edit the link in this part of code **** ---- === 6. Create more promotion cards === Repeat step five (5) as many times as you want to create promotion cards in the created promotions group. ---- === 7. Create other group of promotions === Follow steps four (4), five(5) and six(6) to create a different group of promotions. ---- ====== Full demo code for a promotions page ======

Promotions

New Customer Offer

Sports Welcome Bonus

Sign up and claim your Sports Welcome Bonus of up to 3,000 TSh!

Casino Welcome Bonus

Sign up and claim your Casino Welcome Bonus of up to 15,000 TSh!

Online Betting Offers

One Out Money Back

Place an accumulator bet of 7+ matches and if you miss out on only 1 match, we’ll refund..

10% Cashback Every Week

Get 10% Cash Back every week just by betting on your favourite games!

Accumulator Bonus up to 100%

Get up to 100% BONUS on every ticket! The more matches you bet on, the bigger your..

First 10 Bets Bonus

Bet on first 10 single or multiple bets and take back all stakes of lost bets.

Roulette Extra Bet Bonus

Play Roulette game and take back your stake for first bet on product. Limited time offer.

=== Result === ---- {{ :admin:online-platform-cms:promotions.png |{{:admin:online-platform-cms:promotions.png?nolink&600|}} ---- **✔ Always use HTML view option in the page editor window while doing all steps.** ----