Can I make the slideshow button font bold on Prestige theme 5.7?

Hi All,

Trying to make the button font on the slideshow of my site BOLD. Is this possible?

URL : https://label-source.co.uk/

Theme prestige 5.7

Thank you,

Daniel

1 Like

@Danielparsons

Please add the following CSS code to your assets/theme.css bottom of the file.

#section-template--14786425978922__slideshow .Button {
    font-weight: 600 !important;
}

Thanks!

1 Like

Hi @dmwwebartisan Thank you for your response, i have input the below code and sadly no change to the font.

@Danielparsons

Currently, the button text is displayed in bold Please send the font name you want to apply.

Thanks!

@dmwwebartisan Currently using Font ‘Montserrat’ regular for headings and ‘Nunito Sans’ regular for body text.

@Danielparsons

Please add the following CSS code to your assets/theme.css bottom of the file.

#section-template--14786425978922__slideshow .Button {
    font-weight: 700 !important;
    font-family: Nunito Sans !important;
}

Thanks!

@Danielparsons

Please check this screenshot look like this confirm

1 Like

@dmwwebartisan Yes that looks great, please proceed

@Danielparsons

This is already proceeded Please check your shop.

Thanks!