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.
pass:mowglo
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.
pass:mowglo
Hello @Chantelrudden
I would like to give you a solution to support you.
Go to Online Store → Theme → Edit code.
Open your assets/base.css theme file.
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.
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?