Could someone help me to change the shape of our slideshow banner “SHOP ALL” button?
I would like it to have rounded corners and bolder text, like the image I have attached.
Any help would be greatly appreciated!
Could someone help me to change the shape of our slideshow banner “SHOP ALL” button?
I would like it to have rounded corners and bolder text, like the image I have attached.
Any help would be greatly appreciated!
Please give me the store URL after that i able to help you
Thank you!
@Ellibelle You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of “theme.css / style.css / base.css” file.
.Slideshow .Slideshow__Carousel .Slideshow__Content .Button{
font-weight: bold !important;
border-radius: 10px;
}
Please add the given code above in theme.liquid
online store >> edit code >> theme.liquid
.ButtonGroup__Item, .Button { font-weight: 700!important; border-radius: 10px!important; } .ButtonGroup__Item:before, .Button:before { border-radius: 10px!important; }after added looks
Hello @Ellibelle ,
It’s GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
Open your theme.liquid theme file
Paste the below code before
Let us know how it works for you.
Best regards,
GemPages Support Team
Thank you @GemPages Is it possible to change all of the other buttons on the home page to look the same?
Hi @Ellibelle ,
You could please try adding the below code
Let us know how it works for you.
Best regards,
GemPages Support Team
Thank you! Its my fault I was inputting the code in the wrong place.