Dawn theme- slideshow, make button larger, center text in button

Can we make the button in the “Shop the art” section (slideshow section) a bit bigger? maybe by 20% and can we please make sure the text in the button is centered? it doesn’t look centered inside the button.

https://umasanghviart.com

pass:mowglo

Hello @Chantelrudden

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your assets/base.css theme file.

  3. Add code after into the end file:

#Slide-template--18049087340820__0587cb8b-bb7a-41ce-be8e-7a3a32468b16-1 .button{
    width: 240px;
    height: 60px;
    padding-top: 6px;
    font-size: 18px;
}

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

1 Like

thank you!

I am trying to do the same thing to my image slideshow on my homepage www.jubileegifts.ca and added the above code to the end of my base.css with no luck. Am I missing something?