How do you make just one button bigger with the code. This is the text I wanna make bigger.
This is what I have

Heres my store link if needed https://modverchristmas.myshopify.com/
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save
.button–primary {
width: 700px !important;
height: 100px !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Hello @JeffRandal1238
It’s GemPages support team and glad to support you today.
You can follow these steps:
.button--primary{
width: 500px;
height: 70px;
font-size: 21px;
}
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team