Make a button bigger

QuestionsCategory: CustomizationMake a button bigger
Lee-Ann asked 4 years ago

Hello!
I am using hello boho theme. I want my home opt in to lead straight to my “start here” page. Currently, I have it set up with text on the left and a button on the right. However, the button is too small. Is there any way to enlarge this? Or, if you have any other ideas about how I could use the home opt in to link to my “start here” page let me know! 
https://befreewithlee.com/
Thanks so much,  
Lee-Ann 

Attachments
1 Answers
Support Team Staff answered 4 years ago

You can add this to your Additional CSS and modify to your needs to be larger or smaller.
 
.home-optin .button {
padding: 20px 40px;
font-size: 1.8rem;
}

Lee-Ann replied 4 years ago

Amazing! THANK YOU!