Help change shape of slideshow button - Prestige theme

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!

@Ellibelle

Please give me the store URL after that i able to help you :slightly_smiling_face:

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; 
}
1 Like

@Ellibelle

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

1 Like

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:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

1 Like

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

Hi @GemPages - Unfortunately, this does not seem to work. The other buttons do not change shape.

Thank you! Its my fault I was inputting the code in the wrong place.

Can you tell me why the button is not fully blue at the end?