How to enlarge the text of a specific button using code?

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

This is what I have

JeffRandal1238_1-1672969987974.png

Heres my store link if needed https://modverchristmas.myshopify.com/

Hi @JeffRandal1238

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:

  1. Go to Online Store → Theme → Edit code
  2. Open your base.css file and paste the following code below:
.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