Step : 1
=====
Create Button
Step : 2
=====
Go to Page Inline CSS -->>
#retailbtn, #camp, #gold,#order,#delivery,#retailsales {
height: 80px;
width: 100%;
}
#retailbtn,#retailsales {
border-radius: 12px;
cursor: pointer;
background: #9ee7b1;
font-size: 18px;
font-weight: 600;
}
#camp {
border-radius: 12px;
cursor: pointer;
background: #9eaae7;
font-size: 18px;
font-weight: 600;
}
#gold {
border-radius: 12px;
cursor: pointer;
background: #ffcc4c;
font-size: 18px;
font-weight: 600;
}
#order {
border-radius: 12px;
cursor: pointer;
background: #9edae7;
font-size: 18px;
font-weight: 600;
}
#delivery {
border-radius: 12px;
cursor: pointer;
background: #60eae5;
font-size: 18px;
font-weight: 600;
}
Step : 3
=====
Select Button And Set Static Id
Example: retailbtn, camp, gold, order, delivery, retailsales